platypush/platypush/backend/http/app
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
..
routes Migrated the webapp to Tornado. 2023-05-08 02:06:45 +02:00
utils [#260] Support for sending events via websocket over `/ws/events`. 2023-05-09 02:18:58 +02:00
ws Changed the Tornado paradigm to start the WSGI workers. 2023-05-13 12:35:20 +02:00
__init__.py Support for specifying the application Redis queue from the command line or service constructor 2021-03-06 19:22:13 +01:00