DEV Community

Discussion on: Learn Deno: Chat app

Collapse
 
chathula profile image
Chathula Sampath

How can you deploy deno like we did in nodejs by using something like forever or pm2?

I know we can use docker. I just want to know other ways.

Collapse
 
aralroca profile image
Aral Roca

You can use pm2 with deno, pm2 can run non-node stuff.