aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Bing Han <h.bing612@gmail.com>2017-08-23 00:03:01 +0800
committerGravatar GitHub <noreply@github.com>2017-08-23 00:03:01 +0800
commit2fb74794d2d28a002e1cf82e58c4e54df86be7f0 (patch)
tree765ad01a63f3acaf8a91b7296d34addc3e85a598 /docs
parent0b7e97880c1ac3b3a7bfeccc51a5b852c8bd37ee (diff)
Add Elixir protobuf and gRPC to 3rd party doc
Diffstat (limited to 'docs')
-rw-r--r--docs/third_party.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index 385650df..5d2695d8 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -32,6 +32,7 @@ These are projects we know about implementing Protocol Buffers for other program
* Delphi: http://sourceforge.net/projects/protobuf-delphi/
* Delphi: http://fundementals.sourceforge.net/dl.html
* Elixir: https://github.com/jeremyong/exprotoc
+* Elixir: https://github.com/tony612/protobuf-elixir
* Elm: https://github.com/tiziano88/elm-protobuf
* Erlang: http://github.com/ngerakines/erlang_protobuffs/tree/master
* Erlang: http://piqi.org/
@@ -117,6 +118,7 @@ GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers.
* https://github.com/w359405949/libmaid (C++, Python)
* https://github.com/madwyn/libpbrpc (C++)
* https://github.com/SeriousMa/grpc-protobuf-validation (Java)
+* https://github.com/tony612/grpc-elixir (Elixir)
## Other Utilities