pyrofork/docs/source/faq/how-to-use-webhooks.rst
wulan17 261214ec1c
PyroFork: Bring back docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 01:42:01 +07:00

9 lines
468 B
ReStructuredText

How to use webhooks?
====================
There is no webhook in Pyrofork, simply because there is no HTTP involved. However, a similar technique is
being used to make receiving updates efficient.
Pyrofork uses persistent connections via TCP sockets to interact with the server and instead of actively asking for
updates every time (polling), Pyrofork will sit down and wait for the server to send updates by itself the very moment
they are available (server push).