Skip to content

by1e11/rpcx-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpcx-python

python server implementation of rpcx.io project

Very early stage!!

Only the most basic "hello world" function call tested

Quick start

pip install -e .
python example/streaming/server_stream.py

TODO:

  • 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

Acknowledgement

  • Borrowed test client from
  • Borrowed codes from

About

python server implementation of rpcx.io project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages