@@ -31,15 +31,15 @@ The version compatibility chart below maps versions of this package to versions
31
31
of the JavaScript reference implementation and the versions of the Socket.IO and
32
32
Engine.IO protocols.
33
33
34
- +------------------------------+-----------------------------+-----------------------------+-------------------------+
35
- | JavaScript Socket.IO version | Socket.IO protocol revision | Engine.IO protocol revision | python-socketio version |
36
- +==============================+=============================+=============================+=========================+
37
- | 0.9.x | 1, 2 | 1, 2 | Not supported |
38
- +------------------------------+-----------------------------+-----------------------------+-------------------------+
39
- | 1.x and 2.x | 3, 4 | 3 | 4.x |
40
- +------------------------------+-----------------------------+-----------------------------+-------------------------+
41
- | 3.x | 5 | 4 | 5.x |
42
- +------------------------------+-----------------------------+-----------------------------+-------------------------+
34
+ +------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+
35
+ | JavaScript Socket.IO version | Socket.IO protocol revision | Engine.IO protocol revision | python-socketio version | python-engineio version |
36
+ +==============================+=============================+=============================+=========================+=========================+
37
+ | 0.9.x | 1, 2 | 1, 2 | Not supported | Not supported |
38
+ +------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+
39
+ | 1.x and 2.x | 3, 4 | 3 | 4.x | 3.x |
40
+ +------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+
41
+ | 3.x | 5 | 4 | 5.x | 4.x |
42
+ +------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+
43
43
44
44
Client Examples
45
45
---------------
0 commit comments