SockJs Sample client
Current sample has test http server based on node.js and test page available by URL:
html http://localhost:9999/web_client.html
Only one transport is supported: xhr_streaming, but generally it shows, how SockJs interact with client.
- install nodejs from nodejs.org
- execute
npm installin sockjs_test_server directory - open one more terminal window and execute
node ./serverwithing sockjs_test_server dir - in sockjs-python execute
python ./main.py