RG Websocket exended with RPC Simple interface for writing Websocket application with RPC. Installation PIP official pip install rgws Dev pip install git+https://github.com/Redict/rg_websocket.git Usage: Server Check echo_server.py example Client Check echo_client.py example