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: 1 day ago
JSON representation

A JSON RPC WebSocket server for device to cloud communication

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
```