laravel-echo-server icon indicating copy to clipboard operation
laravel-echo-server copied to clipboard

Keep running

Open robertnicjoo opened this issue 4 years ago • 2 comments

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?

robertnicjoo avatar Jun 04 '20 18:06 robertnicjoo

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.

KuenzelIT avatar Jun 16 '20 10:06 KuenzelIT

We run this with supervisor on Ubuntu for 3+ years. No problems so far.

krembo avatar Dec 04 '20 13:12 krembo