https://github.com/podnet/json-rpc-websocket-server
A JSON RPC WebSocket server for device to cloud communication
https://github.com/podnet/json-rpc-websocket-server
json-rpc python websocket
Last synced: 1 day ago
JSON representation
A JSON RPC WebSocket server for device to cloud communication
- Host: GitHub
- URL: https://github.com/podnet/json-rpc-websocket-server
- Owner: Podnet
- Created: 2020-05-28T10:20:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T18:08:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T18:51:53.038Z (about 1 year ago)
- Topics: json-rpc, python, websocket
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON RPC WebSocket Server
## Description
This is a WebSocket Server with JSON RPC v2 service running on top.
## Commands
```console
$ 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.
```console
$ python client.py
```