socketify.py/examples
Ciro 4bf88f436d add another example of mixed middleware (sync and async) 2022-11-15 09:00:37 -03:00
..
docker added build solution for alpine 2022-11-09 18:36:53 -03:00
helpers
public
async.py
automatic_port_selection.py
backpressure.py
broadcast.py
error_handler.py
file_stream.py
forks.py
graceful_shutdown.py
hello_world.py
http_request_cache.py
https.py
listen_options.py
middleware.py an example of using high-order functions as middlewares sync and async 2022-11-14 12:46:53 -03:00
middleware_async.py add one form of preserving query strings in req and also add some examples 2022-11-14 13:24:35 -03:00
middleware_auto.py add another example of mixed middleware (sync and async) 2022-11-15 09:00:37 -03:00
not_found.py
proxy.py
requeriments.txt
router_and_basics.py add one form of preserving query strings in req and also add some examples 2022-11-14 13:24:35 -03:00
static_files.py fix static 2022-11-14 16:42:15 -03:00
upgrade.py
upgrade_async.py
upload_or_post.py
websockets.py