socketify.py/docs
leunga1000 3d2e1f5ce2
Update getting-started.md
Add __name__ == "__main__" clauses and a make_app function so that the app can be run with the CLI too.
2024-05-03 12:57:15 +01:00
..
CNAME
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
corking.md
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 Update getting-started.md 2024-05-03 12:57:15 +01: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
streaming-data.md
templates.md
upload-post.md
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