aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-04-30 10:55:00 -0700
committerGitHub <noreply@github.com>2018-04-30 10:55:00 -0700
commit306f4e3774578d1cfa79a6094733ac91379c1175 (patch)
treed67d12b729c8cd9a9f4fc0d355808d8300d279e8
parent7d978084ca28ac8a456dbdd9d6b39e6dfc169fd9 (diff)
parent35e4430ebeb91446a3b7f0fc8d1687baa4790431 (diff)
downloadprotobuf-306f4e3774578d1cfa79a6094733ac91379c1175.tar.gz
protobuf-306f4e3774578d1cfa79a6094733ac91379c1175.tar.bz2
protobuf-306f4e3774578d1cfa79a6094733ac91379c1175.zip
Merge pull request #4581 from Yeolar/3rd_rpc_raster
Add a third-party RPC implementation: raster
-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