Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.08 KB

Socket.IO PROJECTS


Socket.IO

Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server.

It is built on top of the WebSocket protocol and provides additional guarantees like fallback to HTTP long-polling or automatic reconnection.

Project Homepage: Socket.IO Homepage

Documentation: Socket.IO Documentation


python-socketio

This library implements Socket.IO clients and servers that can run standalone or integrated with a variety of Python web frameworks.

Github Project: python-socketio

Documentation: python-socketio Documentation



This Project is containing Socket.IO Projects

1. Socket.IO and FastAPI project link