forked from platypush/platypush
Fabio Manganiello
f9b0bc905e
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. |
||
---|---|---|
.. | ||
source | ||
Makefile | ||
README.md |
Platypush self-generated reference
====================================
This directory contains the Sphinx self-generated documentation for Platypush.
Dependencies required to generate the documentation:
$ [sudo] pip install sphinx 'git+https://github.com/bashtage/sphinx-material.git'
To generate the HTML documentation:
$ make html
The output will be generated under build/html
.
Type make
with no additional arguments to get a full list of the supported output formats.