I make a laravel project in which I use ratchet for web sockets. To run the websocket server on my localhost I just go to my project directory on cmd and run this command in order to run my websocket server.
php artisan websocket:init > websocket.log &
But I wanted to know how to run this websocket server continuously on my cpanel (online server), and how to stop this server from running state.
Comments
Post a Comment