/websocket-tests

A benchmark test between Python 3 and Nodejs websockets

Primary LanguagePython

Websocket Tests

A benchmark test between Python 3 and Nodejs websockets.

To install Python 3 on OSX, do:

brew install python3
pyvenv env
. env/bin/activate
pip install -r requirements.txt

For node, do:

npm install