Considerations

Node.js process manager

To manage commerce engine's process, I'm strongly recommend to use process managers like PM2. It allow your commerce engine keep alive. PM2 even support cluster mode.

npm i pm2

Official website: https://pm2.keymetrics.io/

Use Redis

Use SSL

Last updated