A Twirp RPC framework for Nim.
April 29, 2018 ยท View on GitHub
A simple RPC framework using nimpb. See twirp docs for more information about twirp.
NOTE Still in experimental phase. APIs can change without notice :-)
Example
See the example directory for an example.
Features
- server generation from protobuf Service definition
- client generation from protobuf Service definition
- protobuf input/output
- json input/output
- asynchronous server
- synchronous client
- can serve multiple services easily (see examples/multiservice)