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
commit 6064dfde51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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