Skip to content

A JSON RPC WebSocket server for device to cloud communication

Notifications You must be signed in to change notification settings

Podnet/json-rpc-websocket-server

Repository files navigation

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

About

A JSON RPC WebSocket server for device to cloud communication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages