This is a NodeJS websocket client designed for benchmarking
1.1K
If interested in the results, read the Full Report or the shortened Blog Post about this experiment.
This is a NodeJS websocket client designed to benchmark the performance of both reliability and speed of various websocket implementations.
The other server variations can be found at the links below
*** If the client seems to freeze on Windows, try disabling Quick Edit Mode in the Command Prompt
docker run mtomasetti/nodejs_websocket-benchmark-client
That's it! The websocket server will automatically start ####Optional Environment Variables
docker build . -t websocket_benchmark/client
docker run websocket_benchmark/client
In order for this websocket server to compile and run, it requires:
It is recommended that you use the ready-made environment via the included Dockerfile
yarn install
node main.js
Content type
Image
Digest
Size
239.2 MB
Last updated
over 5 years ago
docker pull mtomasetti/nodejs_websocket-benchmark-client