项目作者: Podnet

项目描述 :
A JSON RPC WebSocket server for device to cloud communication
高级语言: Python
项目地址: git://github.com/Podnet/json-rpc-websocket-server.git
创建时间: 2020-05-28T10:20:21Z
项目社区:https://github.com/Podnet/json-rpc-websocket-server

开源协议:

下载


JSON RPC WebSocket Server

Description

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

Commands

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

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

  1. $ python client.py