Managing REST Services

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.

+4
source share
1 answer

You can

  • script, for "curl" HTTP crontab .
  • curl HTTP , . /opentsdb .
0

Source: https://habr.com/ru/post/1531029/


All Articles