A simple RPC framework using nimpb. See twirp docs for more information about twirp.
NOTE Still in experimental phase. APIs can change without notice :-)
See the example
directory for an example.
- 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)