Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Booth

Documentation
=============

See `readthedocs `_.