Skip to content

Commit a28bb7f

Browse files
committed
Update references to third-party servers.
1 parent 983e484 commit a28bb7f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,12 @@ Why shouldn't I use ``websockets``?
128128
and :rfc:`7692`: Compression Extensions for WebSocket. Its support for HTTP
129129
is minimal — just enough for an HTTP health check.
130130

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_.
131+
If you want to do both in the same server, look at HTTP + WebSocket servers
132+
that build on top of ``websockets`` to support WebSocket connections, like
133+
uvicorn_ or Sanic_.
134134

135-
.. _Sanic: https://sanicframework.org/en/
135+
.. _uvicorn: https://www.uvicorn.org/
136+
.. _Sanic: https://sanic.dev/en/
136137

137138
What else?
138139
----------

0 commit comments

Comments
 (0)