Question
Deploying my nodejs that runs using pm2 on app platfrom
Okay I was searching for my options to deploy my nodejs and found app platform which I thing is great but If I wanted to run my nodejs using pm2 to enable clustering is that possible or should I just implement my clustering logic on my own. Secondly If I wanted to use redis later on to cache some endpoints results on my server would that be possible? And would any of those cause additional fees (assuming I dont need more RAM)?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×