shawnbu
shawnbu
DDeno
Created by shawnbu on 8/17/2023 in #help
Close a Deno.serve() connection?
Is it possible to close a Deno.serve() connection?
11 replies
DDeno
Created by shawnbu on 8/16/2023 in #help
File differs only by case error
No description
7 replies
DDeno
Created by shawnbu on 8/16/2023 in #help
Possible to have multiple http servers listening to different ports in the same module?
I'm porting a service mesh platform we wrote for NodeJS over to Deno and it is based on the idea of hosting multiple servers in the same module.
The only examples I can find for Deno's http server uses a for loop to handle requests which seems like it's blocking. Is it possible to have different http server instances listening on different ports at the same time?
5 replies