Ecosyste.ms: Awesome
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: 21 days ago
JSON representation
Asynchronous Bidirectional RPC
- Host: GitHub
- URL: https://github.com/spirali/abrpc
- Owner: spirali
- License: mit
- Created: 2019-04-19T16:47:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T17:50:40.000Z (over 5 years ago)
- Last Synced: 2024-11-13T18:47:46.637Z (3 months ago)
- Topics: async, python, rpc
- Language: Python
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)