Production Environment Setup #89
Closed
MaheshkumarSundaram
started this conversation in
General
Replies: 1 comment
-
I don't work with Windows, for a lot of reasons, so I'm afraid I'm not the best source to ask about that. That said, your plan sounds very similar to what I would do with Docker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @neonexus,
Greetings. I would like your opinion on my plan for production environment setup for the Sails-React web app.
Maximum number of users that could access the webapp individually or in parallel would be not more than 150 users.
Ideally, I would use docker for production. But now, I am deploying the webapp in a Windows VM due to some reasons. So, I planned to use NGINX for serving React frontend while pm2 would handle the backend.
What do you think of this? Do you have any better suggestions for deploying in a Windows VM?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions