Skip to content

Commit 173ba51

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ I wrote an article about it in [Medium](https://medium.com/@jscriptcoder/http-vs
1111
2. [Node-fetch](https://github.com/node-fetch/node-fetch): “A light-weight module that brings Fetch API to Node.js”.
1212
3. [Superagent](https://visionmedia.github.io/superagent/): “light-weight progressive ajax API crafted for flexibility, readability, and a low learning curve…”
1313
4. Plain [Http](https://nodejs.org/api/http.html): built-in Nodejs package to handle HTTP communication.
14+
15+
### Http Servers:
16+
1. [FastAPI](https://fastapi.tiangolo.com/): “a high performance framework, easy to learn, fast to code, ready for production…”
17+
2. [Flask](https://flask.palletsprojects.com/en/1.1.x/): it doesn’t need introduction, does it? This web framework is widely used to build Python backend.
18+
3. [Pyramid](https://docs.pylonsproject.org/projects/pyramid/en/latest/): “small, fast, down-to-earth Python web framework…”
19+
4. [Tornado](https://www.tornadoweb.org/en/stable/): “Python web framework and asynchronous networking library…”
20+
21+
### WebSocket Clients:
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+
2. [WS](https://github.com/websockets/ws): “simple to use, blazing fast, and thoroughly tested WebSocket client and server implementation.”

0 commit comments

Comments
 (0)