typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Should I use in Production? #254

Closed rendelll closed 6 years ago

rendelll commented 6 years ago

Is it possible to use hotel in production? If yes, how should I go about it?

indrakaw commented 6 years ago

My opinion is no. Because, it only works locally and setup it on network would give a lot of deal on dns settings. That's my tough.

rendelll commented 6 years ago

Thanks for your input @indrakaw, but I wanted to use it just to manage (start and stop) all my servers (node and rails) in one place. If Hotel is not the most suitable for production, what may you recommend?

nchudleigh commented 6 years ago

No do not use it in production

Supervisor (python) PM2 (node)

Would be better options

rendelll commented 6 years ago

Thanks for the suggestions. I checked out PM2 and it's the best choice for me at the moment in my environment.