joint rpc library
Project description
Goals
Fastest RPC ever for python
Allow to use existing MessagePack-RPC client in other languages
Allow to use as a client to other MessagePack-RPC servers
Async, parallel calls
Connection sharing (2 different rpc calls in threads/greenlets will share 1 connection)
Transport-agnostic: tcp, udp or even zeromq should work
Streaming API (protocol extension)
Call rpc meths in threads, greenlets, processes or direct (blocking)
Linux, FreeBSD and Apple operation system support
Beautiful code :)
What to read next
Continue with reading documentation at joint.rtfd.org