|
|
|
|
|
by ecmascript
871 days ago
|
|
I have a deno app in production and it is working just fine. However, I still think node is superior when you self host when you are not using docker. Deno afaik still doesn't support any way of running one process for every CPU like the cluster module in Node.js. I like to run my shit on the metal and without Docker and it feels like Deno was designed to run on Docker or some other kind of virtual containerized environment. However, you can run it on node thanks to pm2, but I guess why even run on Deno in the first place? |
|