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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,11 @@
3
3
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.
4
4
5
5
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