# 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 - [Installation](installation.md) - [Getting Started](getting-started.md) - [Corking Concept](corking.md) - [Routes](routes.md) - [Middlewares](middlewares.md) - [Basics](basics.md) - [Upload and Post](upload-post.md) - [Streaming Data](streaming-data.md) - [Send File and Static Files](static-files.md) - [Templates](templates.md) - [GraphiQL](graphiql.md) - [WebSockets and Backpressure](websockets-backpressure.md) - [Plugins / Extensions](extensions.md) - [SSL](ssl.md) - [CLI, ASGI and WSGI](cli.md) - [API Reference](api.md) - [Examples](examples.md)