Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python Socket.IO server and client

License

NotificationsYou must be signed in to change notification settings

miguelgrinberg/python-socketio

Repository files navigation

Build statuscodecov

Python implementation of theSocket.IO realtime client and server.

Sponsors

The following organizations are funding this project:

Socket.IO
Socket.IO
Add your company here!

Many individual sponsors also support this project through small ongoing contributions. Why notjoin them?

Version compatibility

The Socket.IO protocol has been through a number of revisions, and some of theseintroduced backward incompatible changes, which means that the client and theserver must use compatible versions for everything to work.

If you are using the Python client and server, the easiest way to ensure compatibilityis to use the same version of this package for the client and the server. If you areusing this package with a different client or server, then you must ensure theversions are compatible.

The version compatibility chart below maps versions of this package to versionsof the JavaScript reference implementation and the versions of the Socket.IO andEngine.IO protocols.

JavaScript Socket.IO versionSocket.IO protocol revisionEngine.IO protocol revisionpython-socketio version
0.9.x1, 21, 2Not supported
1.x and 2.x3, 434.x
3.x and 4.x545.x

Resources


[8]ページ先頭

©2009-2025 Movatter.jp