pywebsocket-rpc

RPC over websockets


License
MIT
Install
pip install pywebsocket-rpc==0.0.5

Documentation

WebsocketRPC

This project is a proof of concept for implementing RPC over websockets.

Getting Started

You can install the package by running:

pip install pywebsocket_rpc

Then, import the package:

import pywebsocket_rpc

The client program will prompt for input messages, which it will send to the server. The server will respond in the pattern: {input_message}/answer.