项目作者: Podnet
项目描述 :
A JSON RPC WebSocket server for device to cloud communication
高级语言: Python
项目地址: git://github.com/Podnet/json-rpc-websocket-server.git
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