Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyuupichan/aiorpcx
Generic async RPC implementation, including JSON-RPC
https://github.com/kyuupichan/aiorpcx
asyncio jsonrpc rpc websockets
Last synced: about 17 hours ago
JSON representation
Generic async RPC implementation, including JSON-RPC
- Host: GitHub
- URL: https://github.com/kyuupichan/aiorpcx
- Owner: kyuupichan
- License: mit
- Created: 2018-02-27T03:09:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T12:15:19.000Z (25 days ago)
- Last Synced: 2025-02-08T04:28:18.008Z (3 days ago)
- Topics: asyncio, jsonrpc, rpc, websockets
- Language: Python
- Size: 556 KB
- Stars: 27
- Watchers: 8
- Forks: 25
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. image:: https://badge.fury.io/py/aiorpcX.svg
:target: http://badge.fury.io/py/aiorpcX
.. image:: https://travis-ci.org/kyuupichan/aiorpcX.svg?branch=master
:target: https://travis-ci.org/kyuupichan/aiorpcX
.. image:: https://coveralls.io/repos/github/kyuupichan/aiorpcX/badge.svg
:target: https://coveralls.io/github/kyuupichan/aiorpcX=======
aiorpcX
=======A generic `asyncio `_
library implementation of RPC suitable for an application that is a
client, server or both.:Licence: MIT
:Language: Python (>= 3.9)
:Author: Neil BoothDocumentation
=============See `readthedocs `_.