Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.23 KB

rpc-servers.md

File metadata and controls

24 lines (20 loc) · 1.23 KB

Bookmarks tagged [rpc-servers]

https://github.com/joshmarshall/jsonrpclib/

This library is an implementation of the JSON-RPC specification.


https://docs.python.org/3/library/xmlrpc.server.html

(Python standard library) Simple XML-RPC server implementation, single-threaded.


https://github.com/0rpc/zerorpc-python

zerorpc is a flexible RPC implementation based on ZeroMQ and MessagePack.