Skip to main content

Deployment

you can use the following services to deploy your application:

  • forever - a simple CLI tool for ensuring that a given script runs continuously (i.e. forever)
  • pm2 - a production process manager for Node.js applications with a built-in load balancer
  • nodemon - a utility that will monitor for any changes in your source and automatically restart your server
  • supervisor - a supervisor program for running nodejs programs
info

The entry point of your application is app/server.js

We recommend using pm2

npm install pm2 -g
pm2 start app/server.js -i 0 --name "app"

-i 0 will start the maximum number of instances possible based on the number of CPU cores. You can also specify the number of instances to start. you can read more about multi-core processing here

Support Framework X

  • You can also support the project by following the organization and Star ⭐ the project on GitHub
  • Contribute by submitting issues and pull requests
  • Share the project with your friends and colleagues, any and all support is appreciated. 🙏
  • If you find this Framework useful, We will always appreciate a strong cup of coffee.