Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.09 KB

VeighNa Framework for RPC Service Applications

Description

RPC service module developed based on pyzmq, allows a VeighNa process to be started as a server, as a unified quotation and trading routing channel, allowing multiple clients to connect at the same time, to achieve the realization of cross-process or cross-network distributed system.

Installation

The installation environment is recommended to be based on [VeighNa Studio], version 3.0.0 or higher.

Use pip command directly:

pip install vnpy_rpcservice

Or download the source code, unzip it and run it in cmd:

pip install .