Skip to content

Commit 80c9b44

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
This is an experiment to compare HTTP vs WebSockets performance using `Python server` <==> `Nodejs client`. The idea is to find the best team to later on build AI agents on top of them.
44

55
I wrote an article about it in [Medium](https://medium.com/@jscriptcoder/http-vs-websocket-protocols-with-nodejs-clients-and-python-servers-3c830d703cbd)
6+
7+
## Libraries Tested
8+
9+
### Http Clients:
10+
1. [Axios](https://github.com/axios/axios): “Promise based HTTP client for the browser and node.js”.
11+
2. [Node-fetch](https://github.com/node-fetch/node-fetch): “A light-weight module that brings Fetch API to Node.js”.
12+
3. [Superagent](https://visionmedia.github.io/superagent/): “light-weight progressive ajax API crafted for flexibility, readability, and a low learning curve…”
13+
4. Plain [Http](https://nodejs.org/api/http.html): built-in Nodejs package to handle HTTP communication.

0 commit comments

Comments
 (0)