Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T18:08:29.000Z (over 3 years ago)
- Last Synced: 2023-11-06T18:43:43.246Z (about 1 year ago)
- Topics: json-rpc, python, websocket
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- 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
```