# A Twirp RPC framework for Nim. A simple RPC framework using [nimpb](https://github.com/oswjk/nimpb). See [twirp docs](https://twitchtv.github.io/twirp/docs/intro.html) for more information about twirp. **NOTE** Still in experimental phase. # Example See the `example` directory for an example. # Features - [x] server generation from protobuf Service definition - [x] client generation from protobuf Service definition - [x] protobuf input/output - [ ] json input/output