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?

  • as written, and implement. You can organize a subscription of about 10-20 (50?) in different ways. You need to store users and their subscriptions somewhere. - Artem Gorlachev
  • @ArtemGorlachev Please specify at least 1 way - Nitayd

0