Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

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