diff options
author | Yeolar <yeolar@gmail.com> | 2018-04-30 19:56:30 +0800 |
---|---|---|
committer | Yeolar <yeolar@gmail.com> | 2018-04-30 19:56:30 +0800 |
commit | 35e4430ebeb91446a3b7f0fc8d1687baa4790431 (patch) | |
tree | 63fb204a91c4039c1397f0a03d325189aa937664 /docs | |
parent | fc922d16ed7ae3c19defe82228a9760f3d8d1073 (diff) |
Add third-party RPC implementation: raster - a network framework supports pbrpc by 'service' keyword.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/third_party.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md index 1b03b9ff..3f267dde 100644 --- a/docs/third_party.md +++ b/docs/third_party.md @@ -124,6 +124,7 @@ GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers. * https://github.com/tony612/grpc-elixir (Elixir) * https://github.com/johanbrandhorst/protobuf (GopherJS) * https://github.com/awakesecurity/gRPC-haskell (Haskell) +* https://github.com/Yeolar/raster (C++) ## Other Utilities |