kopia lustrzana https://github.com/cirospaciari/socketify.py
Merge branch 'main' of https://github.com/cirospaciari/socketify.py
commit
9c0fea5240
|
@ -5,3 +5,8 @@ Thank you for investing your time in contributing to our project! Any contributi
|
|||
Read our [Code of Conduct](./CODE_OF_CONDUCT.md) to keep our community approachable and respectable.
|
||||
|
||||
Please open an Discussion or Issue before doing and PR, in PR please mark the Issue that is solving, feel free to contact me on twitter @cirospaciari or on my e-mail ciro.spaciari@gmail.com
|
||||
|
||||
Code Rules
|
||||
> Use `black`as formatter in default configurations.
|
||||
> Try follow https://peps.python.org/pep-0008/ code rules.
|
||||
> This will be updated soon when the first refactor happens 🚀 ✨
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
We created and adapted the full C API from [uNetworking/uWebSockets](https://github.com/uNetworking/uWebSockets) and will integrate libuv powered fetch and file IO, this same C API is used by [Bun](https://bun.sh/)
|
||||
|
||||
**socketify is experimental software at the moment, but quickly heading towards its first release**. Join Github Discussions for help and have a look at the development progress.
|
||||
Join Github [`Discussions`](https://github.com/cirospaciari/socketify.py/discussions) or [`Discord`](https://discord.gg/sRUPx7F7XJ) for help and have a look at the development progress.
|
||||
|
||||
## :zap: Benchmarks
|
||||
HTTP requests per second (Linux x64)
|
||||
|
|
|
@ -4,4 +4,5 @@ aiofile
|
|||
redis
|
||||
strawberry-graphql
|
||||
mako
|
||||
git+https://github.com/cirospaciari/socketify.py.git@main#socketify
|
||||
jinja2
|
||||
git+https://github.com/cirospaciari/socketify.py.git@main#socketify
|
||||
|
|
Ładowanie…
Reference in New Issue