Skip to content

Commit d79f285

Browse files
authored
docs(readme): add granian as an alternative (#2359)
1 parent 4e9f48d commit d79f285

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,17 @@ $ hypercorn app:App
131131

132132
[Mangum][mangum] is an adapter for using ASGI applications with AWS Lambda & API Gateway.
133133

134+
### Granian
135+
136+
[Granian][granian] is an ASGI compatible Rust HTTP server which supports HTTP/2, TLS and WebSockets.
137+
134138
---
135139

136140
<p align="center"><i>Uvicorn is <a href="https://github.com/encode/uvicorn/blob/master/LICENSE.md">BSD licensed</a> code.<br/>Designed & crafted with care.</i><br/>&mdash; 🦄 &mdash;</p>
137141

138142
[asgi]: https://asgi.readthedocs.io/en/latest/
139143
[daphne]: https://github.com/django/daphne
140144
[hypercorn]: https://github.com/pgjones/hypercorn
141-
[mangum]: https://mangum.io
142145
[trio]: https://trio.readthedocs.io
146+
[mangum]: https://github.com/jordaneremieff/mangum
147+
[granian]: https://github.com/emmett-framework/granian

0 commit comments

Comments
 (0)