]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update Sanic description as it is now ASGI too :tada: (#932)
authorraphaelauv <raphaelauv@users.noreply.github.com>
Tue, 4 Feb 2020 04:14:07 +0000 (05:14 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 04:14:07 +0000 (05:14 +0100)
docs/alternatives.md

index f14e8964b4a672e6a085cd939ae25fc4cc3f6055..730c1079450f0af50698af75f011964e11518e5a 100644 (file)
@@ -229,7 +229,7 @@ It was one of the first extremely fast Python frameworks based on `asyncio`. It
 !!! 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 <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"
     Find a way to have a crazy performance.