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.
I wrote an article about it in Medium
- Axios: “Promise based HTTP client for the browser and node.js”.
- Node-fetch: “A light-weight module that brings Fetch API to Node.js”.
- Superagent: “light-weight progressive ajax API crafted for flexibility, readability, and a low learning curve…”
- Plain Http: built-in Nodejs package to handle HTTP communication.