mpcref
mpcref
DDeno
Created by mpcref on 5/16/2025 in #help
Use deno serve for tcp
I like deno serve especially because it has a --parallel flag. I would like to use this to spawn parallel plain tcp/uds socket servers. But as far as I can tell this method can only be used for http servers. Am I correct? Is there a different elegant solution to accomplish this?
3 replies
DDeno
Created by mpcref on 3/25/2024 in #help
IPC (ZeroMQ)
I want to create a service with Deno that should be callable by other (non-deno) processes running on the same machine. I've tried using ZeroMQ for this but Deno doesn't seem to be supported (I can't get it to work) and given the drama surrounding the official ZeroMQ npm package I'm inclined to look for other solutions. I could always fall back to using http but does anyone know of a more performant IPC solution for Deno given this scenario?
6 replies