kopia lustrzana https://github.com/cirospaciari/socketify.py
34 wiersze
1.8 KiB
Markdown
34 wiersze
1.8 KiB
Markdown
# socketify.py
|
|
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/cirospaciari/socketify.py"><img src="https://raw.githubusercontent.com/cirospaciari/socketify.py/main/misc/logo.png" alt="Logo" height=170></a>
|
|
<br />
|
|
<br />
|
|
<a href="https://github.com/cirospaciari/socketify.py/actions/workflows/macos.yml" target="_blank"><img src="https://github.com/cirospaciari/socketify.py/actions/workflows/macos.yml/badge.svg" /></a>
|
|
<a href="https://github.com/cirospaciari/socketify.py/actions/workflows/linux.yml" target="_blank"><img src="https://github.com/cirospaciari/socketify.py/actions/workflows/linux.yml/badge.svg" /></a>
|
|
<a href="https://github.com/cirospaciari/socketify.py/actions/workflows/windows.yml" target="_blank"><img src="https://github.com/cirospaciari/socketify.py/actions/workflows/windows.yml/badge.svg" /></a>
|
|
<a href="https://github.com/sponsors/cirospaciari/" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/cirospaciari"/></a>
|
|
</p>
|
|
<br/>
|
|
|
|
Socketify.py is a reliable, high-performance Python web framework for building large-scale app backends and microservices.
|
|
With no precedents websocket performance and an 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)
|
|
- [SSL](ssl.md)
|
|
- [API Reference](api.md)
|