Added RPyC to RPC Servers section of REAME.md

This commit is contained in:
James Stronz 2020-02-09 00:28:50 -06:00 committed by comrumino
parent eb46fb3ed4
commit 58cc68aac6
No known key found for this signature in database
GPG Key ID: 0E6361CF3E941F19

View File

@ -950,6 +950,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