Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spirali/abrpc

Asynchronous Bidirectional RPC
https://github.com/spirali/abrpc

async python rpc

Last synced: 21 days ago
JSON representation

Asynchronous Bidirectional RPC

Awesome Lists containing this project

README

        

# abrpc - Asynchronous Bidirectional RPC

- Asynchronous (in Python based on *asyncio*)
- Bidirectional (both sides may serve/call a service; after a connection it does not matter who was server/client)
- Support for "no response" calls
- Msgpack based

[Examples](examples)