mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-10 04:26:43 +00:00
📝 Update Sanic description as it is now ASGI too 🎉 (#932)
This commit is contained in:
parent
e6da96fbb7
commit
44b45caf65
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ It was one of the first extremely fast Python frameworks based on `asyncio`. It
|
||||||
!!! note "Technical Details"
|
!!! note "Technical Details"
|
||||||
It used <a href="https://github.com/MagicStack/uvloop" class="external-link" target="_blank">`uvloop`</a> instead of the default Python `asyncio` loop. That's what made it so fast.
|
It used <a href="https://github.com/MagicStack/uvloop" class="external-link" target="_blank">`uvloop`</a> instead of the default Python `asyncio` loop. That's what made it so fast.
|
||||||
|
|
||||||
It <a href="https://github.com/huge-success/sanic/issues/761" class="external-link" target="_blank">still doesn't implement the ASGI spec for Python asynchronous web development</a>, 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"
|
!!! check "Inspired **FastAPI** to"
|
||||||
Find a way to have a crazy performance.
|
Find a way to have a crazy performance.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue