platypush/platypush/backend/http
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
..
app Migrated websocket service. 2023-05-07 12:08:28 +02:00
media Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
poll Refactored RSS integration into its own `rss` plugin [closes #199] 2022-01-06 00:46:05 +01:00
request Better way to import `declarative_base` from SQLAlchemy. 2023-04-24 23:23:55 +02:00
webapp Migrated websocket service. 2023-05-07 12:08:28 +02:00
wsgi Migrated from waitress to gunicorn. 2023-05-07 00:42:57 +02:00
__init__.py Migrated websocket service. 2023-05-07 12:08:28 +02:00
manifest.yaml HTTP backend dependencies moved from optional to required 2022-04-27 14:52:41 +02:00
utils.py Major LINT fixes 2021-04-05 00:58:44 +02:00
ws.py Migrated websocket service. 2023-05-07 12:08:28 +02:00