In general, there are 2 servers, one server with telegrams bot on Node, the other is REST Api Django. The idea is this, if there has been a change in Django, then the server with the telegrams bot should be notified of this so that it sends a notification to all the signatories about it. But I do not guess how to implement it. What technologies / libraries should I use on the backend and client to implement the subscription?