Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 659 Bytes

A Twirp RPC framework for Nim.

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)