Skip to content

Commit

Permalink
Added rpc.py to Implementations (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Sep 30, 2020
1 parent 03b0dbb commit 3834d13
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/implementations.rst
Expand Up @@ -75,3 +75,14 @@ Starlette

Starlette is a minimalist ASGI library for writing against basic but powerful
``Request`` and ``Response`` classes. Supports HTTP.


rpc.py
------

*Beta* / https://github.com/abersheeran/rpc.py

An easy-to-use and powerful RPC framework. RPC server base on WSGI & ASGI, client base
on ``httpx``. Supports synchronous functions, asynchronous functions, synchronous
generator functions, and asynchronous generator functions. Optional use of Type hint
for type conversion. Optional OpenAPI document generation.

0 comments on commit 3834d13

Please sign in to comment.