I have a REST API with different services, and it grows, is built into sinatraand some of its parts in node js. In the end, everything will be in sinatra.
How can I effectively manage my REST web services, check if they are running and restart the API, control usage, etc.? I looked foreman, monitand god, but I'm not sure which one is the most supported. I would also like to be able to manage both languages from the same software.
source
share