Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 337 Bytes

JSON RPC WebSocket Server

Description

This is a WebSocket Server with JSON RPC v2 service running on top.

Commands

$ virtualenv -p python3 venv/
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python server.py

To test server code, run the client.py script.

$ python client.py