We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
client
server
1 parent 65c4675 commit 55e3a6cCopy full SHA for 55e3a6c
docs/server.rst
@@ -1,15 +1,15 @@
1
The Socket.IO Server
2
====================
3
4
-This package contains two Socket.IO clients:
+This package contains two Socket.IO servers:
5
6
- The :func:`socketio.Server` class creates a server compatible with the
7
Python standard library.
8
- The :func:`socketio.AsyncServer` class creates a server compatible with
9
the ``asyncio`` package.
10
11
-The methods in the two clients are the same, with the only difference that in
12
-the ``asyncio`` client most methods are implemented as coroutines.
+The methods in the two servers are the same, with the only difference that in
+the ``asyncio`` server most methods are implemented as coroutines.
13
14
Installation
15
------------
0 commit comments