platypush/platypush/backend/http/app
Fabio Manganiello f9b0bc905e
Migrated websocket service.
The websocket service is no longer provided by a different service,
controlled by a different thread running on another port.

Instead, it's now exposed directly over Flask routes, using
WSGI+eventlet+simple_websocket.

Also, the SSL context options have been removed from `backend.http`, for
sake of simplicity. If you want to enable SSL, you can serve Platypush
through a reverse proxy like nginx.
2023-05-07 12:08:28 +02:00
..
routes Migrated websocket service. 2023-05-07 12:08:28 +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
utils.py LINT fixes 2022-11-12 11:39:12 +01:00