File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/standy66/purerpc.png?branch=master )] ( https://travis-ci.org/standy66/purerpc )
44
5- Asynchronous pure Python gRPC server and client implementation supporting
5+ Asynchronous pure Python gRPC client and server implementation supporting
66[ asyncio] ( https://docs.python.org/3/library/asyncio.html ) ,
77[ curio] ( https://github.com/dabeaz/curio ) and
8- [ trio] ( https://github.com/python-trio/trio ) .
8+ [ trio] ( https://github.com/python-trio/trio ) (achieved with [ anyio ] ( https://github.com/agronholm/anyio ) compatibility layer) .
99
1010## Requirements
1111
@@ -99,4 +99,4 @@ if __name__ == "__main__":
9999
100100You can mix server and client code, for example make a server that requests something using purerpc from another gRPC server, etc.
101101
102- More examples in ` misc/ ` folder
102+ More examples in ` misc/ ` folder
You can’t perform that action at this time.
0 commit comments