Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 955 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 955 Bytes

gRPC Framework

Build Status

This framework makes it simple for developers to add gRPC and automated REST interfaces for their Golang applications.

Usage

Please see our Documentation for more information.

  • FYI, we are in the process of creating tutorials and adding more documentation to the framework

grpc-framework Development

Documentation for the website

  • Setup the environment to write documentation
$ make doc-env
  • Bring up the webserver
$ make doc-serve

Now edit the files in the direcory website.

  • When done, build the website and add the docs dir to git:
$ make doc-build

For more information on mkdocs go to: