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

Latest commit

 

History

History
18 lines (14 loc) · 337 Bytes

File metadata and controls

18 lines (14 loc) · 337 Bytes

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