diff --git a/README.md b/README.md index 29d7af6d7..d81008a5d 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ $ hypercorn app:App [Mangum][mangum] is an adapter for using ASGI applications with AWS Lambda & API Gateway. +### Granian + +[Granian][granian] is an ASGI compatible Rust HTTP server which supports HTTP/2, TLS and WebSockets. + ---

Uvicorn is BSD licensed code.
Designed & crafted with care.

— 🦄 —

@@ -138,5 +142,6 @@ $ hypercorn app:App [asgi]: https://asgi.readthedocs.io/en/latest/ [daphne]: https://github.com/django/daphne [hypercorn]: https://github.com/pgjones/hypercorn -[mangum]: https://mangum.io [trio]: https://trio.readthedocs.io +[mangum]: https://github.com/jordaneremieff/mangum +[granian]: https://github.com/emmett-framework/granian