denoland / wanted_modules

Is there a missing deno module that is preventing you from building something? Let us know here.
https://deno.land/x
46 stars 2 forks source link

pm2 #46

Open elycheikhsmail opened 2 years ago

elycheikhsmail commented 2 years ago

port pm2 to deno

jakob-btc commented 2 years ago

This looks like an interesting project to take on. @elycheikhsmail what do you think would be the biggest roadblock to get this accomplished?

elycheikhsmail commented 2 years ago

Thank you @gandalf77
I think running server on backgroud or as daemon is biggest roadblock. I think after this make sqlite db of all processus to manage will be easy.

elycheikhsmail commented 2 years ago

how to run deno server as daemon and get processus id using deno with possibility to stop it later ? Is there missing feature in deno cli to do so