From: raphaelauv Date: Tue, 4 Feb 2020 04:14:07 +0000 (+0100) Subject: :memo: Update Sanic description as it is now ASGI too :tada: (#932) X-Git-Tag: 0.48.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44b45caf65abacdafc2872dfca9059bfdffdd219;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update Sanic description as it is now ASGI too :tada: (#932) --- diff --git a/docs/alternatives.md b/docs/alternatives.md index f14e8964b4..730c107945 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.