Run Node.JS forever
5 marzo, 2021 por
Run Node.JS forever
Administrator
| Sin comentarios aún


Run Node.JS forever

$> forever start -c "npm start" ./

The above is for an npm Express server.
For more information on forever check it’s homepage https://github.com/foreverjs/forever

Now your app will be available at

http://yourdomain.com:3000

Setup reverse proxy

This step will allow you to get rid of the :3000 port number

Identificarse dejar un comentario