rpc-servers.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [rpc-servers]

www.codever.land/bookmarks/t/rpc-servers

SimpleJSONRPCServer

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

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


SimpleXMLRPCServer

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

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


zeroRPC

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

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