1. Home
  2. Support questions
  3. Can Node.js Be Used as The Main Service?

Can Node.js Be Used as The Main Service?

Node.js cannot be used as the leading service, but you can use its tools for deployments or tasks like minification. 

To do this, you’ll need a second piece of software to start and restart your app on demand.

This additional piece of software will be another Node.js process, which will consume RAM (about 30 MB), NAND space, and CPU resources while only performing this simple task: starting your program and restarting it in the event of an error. 

Please get in touch with support if you have any special requirements or need a special configuration.

Updated on July 11, 2024
Was this article helpful?

Related Articles

Leave a Comment