Skip to content

Commit b93c718

Browse files
authored
Update README.md
1 parent f887cfc commit b93c718

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ I wrote an article about it in [Medium](https://medium.com/@jscriptcoder/http-vs
2727
2. [FastAPI WebSockets](https://fastapi.tiangolo.com/advanced/websockets/): Http server FastAPI providing with WebSocket protocol.
2828
3. [Tornado WebSockets](https://www.tornadoweb.org/en/stable/websocket.html): Http server Tornado providing with WebSocket protocol.
2929
4. [WebSockets](https://websockets.readthedocs.io/en/stable/intro.html) python package: “a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity.”
30+
31+
### Socket.IO Client:
32+
1. [Socket.IO-client](https://github.com/socketio/socket.io-client): official Javascript implementation.
33+
34+
### Socket.IO Servers:
35+
1. [Flask-Socket.IO](https://flask-socketio.readthedocs.io/en/latest/): “gives Flask applications access to low latency bi-directional communications between the clients and the server…”
36+
2. [Python-Socket.IO](https://python-socketio.readthedocs.io/en/latest/): “enables real-time bidirectional event-based communication between clients (typically, though not always, web browsers) and a server.”

0 commit comments

Comments
 (0)