python server implementation of rpcx.io project
Very early stage!!
Only the most basic "hello world" function call tested
pip install -e .
python example/streaming/server_stream.py- Build system
- Implement basic function call
- Test Concurrent function call
- Implement all message types
- msgpack
- json
- protobuf
- raw
- Integrate with more tests from rpcx-examples
- service discovery, reconnect
- Implement complete features specified by rpcx.io project
- Implement streaming RPC
- streaming arguments to server
- streaming response from server
- Implement client side