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.
- tags: python, rpc-servers
- :octocat: source code
SimpleXMLRPCServer
https://docs.python.org/3/library/xmlrpc.server.html
(Python standard library) Simple XML-RPC server implementation, single-threaded.
- tags: python, rpc-servers
zeroRPC
https://github.com/0rpc/zerorpc-python
zerorpc is a flexible RPC implementation based on ZeroMQ and MessagePack.
- tags: python, rpc-servers
- :octocat: source code