aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2017-10-18 15:19:53 -0700
committerGravatar GitHub <noreply@github.com>2017-10-18 15:19:53 -0700
commit2e2614e4c4b13275a9eb792ac43e014b3e301637 (patch)
tree53a16084a160f337c65de9252b68d52fb10fa490 /docs
parent30bfe36b6aabc970f8d700d037eb70a8a80cf336 (diff)
parentfc7a6a293117bccadd1995d571379cdb3df4257f (diff)
Merge pull request #3706 from johanbrandhorst/patch-1
Add GopherJS protobuf and gRPC links
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 5d2695d8..72120d39 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -42,6 +42,7 @@ These are projects we know about implementing Protocol Buffers for other program
* Go: https://github.com/golang/protobuf (Google-official implementation)
* Go: https://github.com/akunspy/gopbuf
* Go: https://github.com/gogo/protobuf
+* GopherJS: https://github.com/johanbrandhorst/protobuf
* Haskell: http://hackage.haskell.org/package/hprotoc
* Haxe: https://github.com/Atry/protoc-gen-haxe
* Java: https://github.com/google/protobuf (Google-official implementation)
@@ -119,6 +120,7 @@ GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers.
* https://github.com/madwyn/libpbrpc (C++)
* https://github.com/SeriousMa/grpc-protobuf-validation (Java)
* https://github.com/tony612/grpc-elixir (Elixir)
+* https://github.com/johanbrandhorst/protobuf (GopherJS)
## Other Utilities