Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 756 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 756 Bytes

godoc Build Status

graceful

Graceful is an RPC framework and protobuf service generator. It's quiet similar to gRPC but a little bit lighter.

Graceful is intended to be used for communication between QDP API and its clients. Code for QDP API already generated and committed in QDP repo, so you only need this one to have compilation succeed.

If you are looking for some general purpose RPC framework you'd better to use gRPC