From 44b45caf65abacdafc2872dfca9059bfdffdd219 Mon Sep 17 00:00:00 2001 From: raphaelauv Date: Tue, 4 Feb 2020 05:14:07 +0100 Subject: [PATCH] :memo: Update Sanic description as it is now ASGI too :tada: (#932) --- docs/alternatives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alternatives.md b/docs/alternatives.md index f14e8964b..730c10794 100644 --- a/docs/alternatives.md +++ b/docs/alternatives.md @@ -229,7 +229,7 @@ It was one of the first extremely fast Python frameworks based on `asyncio`. It !!! note "Technical Details" It used `uvloop` instead of the default Python `asyncio` loop. That's what made it so fast. - It still doesn't implement the ASGI spec for Python asynchronous web development, but it clearly inspired Uvicorn and Starlette, that are currently faster than Sanic in open benchmarks. + It clearly inspired Uvicorn and Starlette, that are currently faster than Sanic in open benchmarks. !!! check "Inspired **FastAPI** to" Find a way to have a crazy performance.