Merge pull request #1473 from comrumino/master

Added RPyC to RPC Servers section of REAME.md
This commit is contained in:
Vinta Chen
2020-04-08 20:34:12 +08:00
committed by GitHub

View File

@ -964,6 +964,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*RPC-compatible servers.*
* [zeroRPC](https://github.com/0rpc/zerorpc-python) - zerorpc is a flexible RPC implementation based on [ZeroMQ](http://zeromq.org/) and [MessagePack](http://msgpack.org/).
* [RPyC](https://github.com/tomerfiliba/rpyc) (Remote Python Call) - A transparent and symmetric RPC library for Python
## Science