joint dev
Latest version
Released:
joint rpc library
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Vadim Fint
- Tags rpc , network
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
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
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Vadim Fint
- Tags rpc , network
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic