Skip to content

Commit f887cfc

Browse files
authored
Update README.md
1 parent 173ba51 commit f887cfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ I wrote an article about it in [Medium](https://medium.com/@jscriptcoder/http-vs
2121
### WebSocket Clients:
2222
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.
2323
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

Comments
 (0)