Skip to content

chernser/sockjs-sample-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sockjs-sample-python-client

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.

How to Run

  1. install nodejs from nodejs.org
  2. execute npm install in sockjs_test_server directory
  3. open one more terminal window and execute node ./server withing sockjs_test_server dir
  4. in sockjs-python execute python ./main.py

About

SockJs Sample client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published