Skip to content

oskaritimperi/nimtwirp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages