Created by: lnoor
What is this Python project?
tinyrpc is a RPC library containing the usual elements:
- client and server classes
- dispatcher class
- protocol implementation class
- client and server side transport classes
What's the difference between this Python project and similar ones?
The distinctive feature is that these components are loosely coupled; making it easy to replace them. Therefore it is easy to:
- implement multiple transports: HTTP, 0MQ, AMQP, even a callback transport.
- implement multiple protocols: JSON-RPC, msgpack-rpc , XMLRPC, ...
- alternate dispatchers etc.
--
Anyone who agrees with this pull request could vote for it by adding a