Using node/express server on remder

I am planning to use node/express server with render but I have used PM2 in the past with express server. In case render does it automatically handles server restart and auto scaling? Or do I need to make some configuration changes for that on render platform?

Hi,

PM2 wouldn’t be necessary on Render, just call your server entry point directly, e.g. node server.js. So that we can monitor the process and restart the container should it crash.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.