基于Protobuf定义接口规范,通过pbgo提供的插件生成RPC和REST相关代码。
创建hello.proto文件,定义接口规范:
用pbgo插件生成代码:
创建REST服务:
测试REST服务:
详细的例子请参考:[https://github.com/chai2010/pbgo/blob/master/examples/hello.p](https://github.com/chai2010/pbgo/blob/master/examples/hello.pb)
- 授权协议:
- BSD
- 开发语言:
- Google Go 查看源码»
- 操作系统:
- 跨平台