platypush/platypush/backend/http
Fabio Manganiello 666ea9ea6b
Added `use_werkzeug_server` option to `backend.http`.
There are situations where you may not want to run the HTTP server in a
full blown WSGI-over-Tornado container - unit/integration tests and
embedded single-core devices are among those cases.

In those scenarios, we should allow the user to be able to run the
backend using the built-in Werkzeug server provided by Flask.
2023-05-20 15:26:58 +02:00
..
app [#259] Proper support for the progressive webapp (#262) 2023-05-20 02:42:33 +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 [#259] Proper support for the progressive webapp (#262) 2023-05-20 02:42:33 +02:00
__init__.py Added `use_werkzeug_server` option to `backend.http`. 2023-05-20 15:26:58 +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