attain
attain copied to clipboard
Question: Is it possible to run server in cluster mode like in node.js?
Hi! Do we have any alternative in deno to run server on all available CPUs in parallel, like cluster/pm2 module in node.js?
I couldn't find that yet... even if they have, I need documentation for proper use cases and usages.
This is similar to a load balancer that shares a port for multiple instances of a server-side script.
If you really need it for now, then I recommend using the Kubernetes
Thanks, not now but for future.
https://github.com/denoland/deno/issues/5965