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

https://github.com/spirali/abrpc

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

async python rpc

Last synced: about 1 year 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)