Skip to main content

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 :)

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page