socketify.py/docs
Dominik Moritz 2aba41ff7b
Fix typo in routes docs (#165)
2024-02-08 19:29:07 -03:00
..
CNAME Create CNAME 2022-11-17 19:25:11 -03:00
README.md Update README.md (#130) 2023-07-11 17:56:44 -03:00
_sidebar.md Removed html from examples.md and added references to api, _sidebar and README .md files. (#121) 2023-05-12 20:31:37 -03:00
api.md Update api.md (#122) 2023-05-12 20:32:22 -03:00
basics.md fix on shutdown and adds app.on_error 2023-01-09 16:51:27 -03:00
cli.md fix WS ASGI 2022-12-18 15:24:45 -03:00
corking.md more tweaks, custom tasks for PyPy and cli doc 2022-12-18 10:23:32 -03:00
examples.md Removed html from examples.md and added references to api, _sidebar and README .md files. (#121) 2023-05-12 20:31:37 -03:00
extensions.md fix docs, add res.send and res.cork_send 2023-01-07 08:47:50 -03:00
getting-started.md docs update 2022-11-17 19:01:15 -03:00
graphiql.md fixes, json serializer, wip extensions 2023-01-06 16:11:19 -03:00
installation.md update install in README and docs 2023-01-03 18:40:04 -03:00
middlewares.md decorator router fully implemented 2023-01-06 18:20:34 -03:00
routes.md Fix typo in routes docs (#165) 2024-02-08 19:29:07 -03:00
ssl.md fix docs, add res.send and res.cork_send 2023-01-07 08:47:50 -03:00
static-files.md docs update 2022-11-17 19:01:15 -03:00
streaming-data.md docs update 2022-11-17 19:01:15 -03:00
templates.md more doc routes fix 2022-11-17 19:49:10 -03:00
upload-post.md use BytesIO instead of chunks array 2022-11-30 08:56:27 -03:00
websockets-backpressure.md Update WS Documentation (#145) 2023-11-29 08:30:51 -03:00

README.md

socketify.py

Logo


GitHub Clones PyPI Downloads Discord

Github   •   Discord   •   Issues   •   Examples

Socketify.py is a reliable, high-performance Python web framework for building large-scale app backends and microservices. With no precedents websocket performance and a really fast HTTP server that can delivery encrypted TLS 1.3 quicker than most alternative servers can do even unencrypted, cleartext messaging.

Summary