We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983e484 commit a28bb7fCopy full SHA for a28bb7f
README.rst
@@ -128,11 +128,12 @@ Why shouldn't I use ``websockets``?
128
and :rfc:`7692`: Compression Extensions for WebSocket. Its support for HTTP
129
is minimal — just enough for an HTTP health check.
130
131
- If you want to do both in the same server, look at HTTP frameworks that
132
- build on top of ``websockets`` to support WebSocket connections, like
133
- Sanic_.
+ If you want to do both in the same server, look at HTTP + WebSocket servers
+ that build on top of ``websockets`` to support WebSocket connections, like
+ uvicorn_ or Sanic_.
134
135
-.. _Sanic: https://sanicframework.org/en/
+.. _uvicorn: https://www.uvicorn.org/
136
+.. _Sanic: https://sanic.dev/en/
137
138
What else?
139
----------
0 commit comments