Skip to content

yplusplus/frog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frog

Frog generates golang Google protobuf RPC interface. With the generated rpc interface, it is easy and flexibly to implement your own RPC system.

Installation

+ go get -u github.com/yplusplus/frog
+ copy github.com/yplusplus/frog/link/link_frog.go to github.com/golang/protobuf/protoc-gen-go
+ re-build and re-install protoc-gen-go

And then, you can use following command to generate rpc code: protoc --go_out=plugins=frog:. *.proto

Examples

+ cd github.com/yplusplus/frog/example
+ go build
+ ./example

Check example/ for more detail.

Other

Welcome to contribute

About

Frog generates golang Google protobuf RPC interface.

Resources

License

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages