From 8863a9815ada843e8e083b2348f7042f1352288c Mon Sep 17 00:00:00 2001 From: focus zheng Date: Fri, 15 Aug 2025 10:37:45 +0800 Subject: [PATCH 1/2] add granian --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79624204..fc88672f 100644 --- a/README.md +++ b/README.md @@ -122,14 +122,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation. -## ASGI Servers +## Servers *[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.* * [daphne](https://github.com/django/daphne) - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP. * [uvicorn](https://github.com/encode/uvicorn) - A lightning-fast ASGI server implementation, using uvloop and httptools. * [hypercorn](https://github.com/pgjones/hypercorn) - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn. - +* [granian](https://github.com/emmett-framework/granian) - Granian is a Rust HTTP server for Python applications built on top of Hyper and Tokio,supporting WSGI/ASGI/RSGI. ## Asynchronous Programming *Libraries for asynchronous, concurrent and parallel execution. Also see [awesome-asyncio](https://github.com/timofurrer/awesome-asyncio).* From 9358397d8c1118b3b863e14c2e4e15690532014f Mon Sep 17 00:00:00 2001 From: focus zheng Date: Fri, 15 Aug 2025 10:43:26 +0800 Subject: [PATCH 2/2] titile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc88672f..8247ab7b 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation. -## Servers +## ASGI Servers *[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.*