platypush/platypush/backend/http/app/ws
Fabio Manganiello 72797e73ff
Changed the Tornado paradigm to start the WSGI workers.
Use `bind_sockets`/`fork_processes` instead of reinventing the wheel
with our own multiprocessing handling.
2023-05-13 12:35:20 +02:00
..
__init__.py [#260] Implemented authentication for websocket routes. 2023-05-09 00:03:11 +02:00
_base.py Changed the Tornado paradigm to start the WSGI workers. 2023-05-13 12:35:20 +02:00
events.py [#260] Support for sending events via websocket over `/ws/events`. 2023-05-09 02:18:58 +02:00
requests.py [#260] Added ``/ws/requests`` websocket route. 2023-05-09 02:40:32 +02:00