You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,9 @@ I wrote an article about it in [Medium](https://medium.com/@jscriptcoder/http-vs
21
21
### WebSocket Clients:
22
22
1.[Websocket-Node](https://github.com/theturtle32/WebSocket-Node): “pure JavaScript implementation of the WebSocket protocol versions 8 and 13 for Node”. I’m using here the client version.
23
23
2.[WS](https://github.com/websockets/ws): “simple to use, blazing fast, and thoroughly tested WebSocket client and server implementation.”
24
+
25
+
### WebSocket Servers:
26
+
1.[Eventlet](https://eventlet.net/): “concurrent networking library for Python that allows you to change how you run your code, not how you write it…”
27
+
2.[FastAPI WebSockets](https://fastapi.tiangolo.com/advanced/websockets/): Http server FastAPI providing with WebSocket protocol.
28
+
3.[Tornado WebSockets](https://www.tornadoweb.org/en/stable/websocket.html): Http server Tornado providing with WebSocket protocol.
29
+
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.”
0 commit comments