Hi All,
Currently i am running the zoom web sdk using below command from cli.
npm run start
I want to run this process using pm2 how can i do that i tried multiple commands but nothing worked.
Hi All,
Currently i am running the zoom web sdk using below command from cli.
npm run start
I want to run this process using pm2 how can i do that i tried multiple commands but nothing worked.
Hi @tommy
PM2 is a process manager that will help me keep my process running continuously, currently as I close the terminal my process get stopped, for more info visit https://pm2.keymetrics.io/
Any other way to keep the application continuously running over the server will also help me.