文件名称:grpc:gRPC的纯水晶实现
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-11 23:08:36
Crystal
GRPC 该项目是gRPC的纯水晶实现。 安装 将依赖项添加到您的shard.yml : dependencies : grpc : github : jgaskins/grpc 运行分shards install 确保您已安装Google的grpc工具 macOS: brew install grpc 用法 编写一个protos/hello_world.proto文件,其中包含service条目及其依赖的任何消息类型: syntax = "proto3" ; service HelloWorld { rpc MethodName (TheRequest) returns (TheResponse) {} } message TheRequest { string text = 1 ; } message TheResponse { string da
【文件预览】:
grpc-master
----src()
--------hpack.cr(27KB)
--------grpc.cr(1007B)
--------generator.cr(3KB)
--------service.cr(2KB)
--------compiler.cr(44B)
--------http2.cr(17KB)
----spec()
--------spec_helper.cr(37B)
--------grpc_spec.cr(117B)
----.travis.yml(168B)
----LICENSE(1KB)
----shard.yml(306B)
----README.md(3KB)
----.editorconfig(150B)
----.gitignore(149B)