Add Kabu Station API example
Fix README.md
Add license
Quick and easy example client and server for the websocket protocol.
Must use at least python 3.7.7 to run this example.
Make sure you use virtualenv to prevent pollution of your Python package namespace. You can use virtualenvwrapper to aid further and is assumed in the rest of the README.
Clone/Move/Copy this project into your PROJECT_HOME. Then run;
mkproject -f websockexample
This will setup the virtual env environment. Inside of project root run;
pip install .
To install this project and its dependencies.
To run the client and server on localmachine, open a seperate terminal of each one then (make sure you're in the right virtualenv environment);
wseserver
To run the server with default args.
wseclient
To run the client with default args.