laravel-echo-server
laravel-echo-server copied to clipboard
Keep running
How we can keep laravel-echo-server start
command running? (something like forever.js)
As soon as I close my terminal this command will terminate and connections will be lost. So how to keep running it?
I used pm2 to keep the echo server running in a project. It works well, but I'm not sure if it is the best way to do this.
We run this with supervisor on Ubuntu for 3+ years. No problems so far.