aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYeolar <yeolar@gmail.com>2018-04-30 19:56:30 +0800
committerYeolar <yeolar@gmail.com>2018-04-30 19:56:30 +0800
commit35e4430ebeb91446a3b7f0fc8d1687baa4790431 (patch)
tree63fb204a91c4039c1397f0a03d325189aa937664
parentfc922d16ed7ae3c19defe82228a9760f3d8d1073 (diff)
downloadprotobuf-35e4430ebeb91446a3b7f0fc8d1687baa4790431.tar.gz
protobuf-35e4430ebeb91446a3b7f0fc8d1687baa4790431.tar.bz2
protobuf-35e4430ebeb91446a3b7f0fc8d1687baa4790431.zip
Add third-party RPC implementation: raster - a network framework supports pbrpc by 'service' keyword.
-rw-r--r--docs/third_party.md1
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