dep-protobuf/docs/third_party.md
Eric Wieser 89c585602a Add another typescript protobuf plugin to the docs (#23154)
This one has a slight name collision with one already on this list, and I think it's easier to notice that if both are listed.

https://github.com/improbable-eng/ts-protoc-gen seems to have more stars than the one that was previously listed here, https://github.com/thesayyn/protoc-gen-ts.

Closes #23154

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/23154 from eric-wieser:patch-1 c00c13a904
PiperOrigin-RevId: 795877015
2025-08-16 11:25:16 -07:00

15 KiB

Third-Party Add-ons for Protocol Buffers

This page lists code related to Protocol Buffers which is developed and maintained by third parties. You may find this code useful, but note that these projects are not affiliated with or endorsed by Google (unless explicitly marked); try them at your own risk. Also note that many projects here are in the early stages of development and not production-ready.

If you have a project that should be listed here, please send us a pull request to update this page.

Programming Languages

These are projects we know about implementing Protocol Buffers for other programming languages:

RPC Implementations

GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers. There are other third-party RPC implementations as well. Some of these actually work with Protocol Buffers service definitions (defined using the service keyword in .proto files) while others just use Protocol Buffers message objects.

Inactive:

Build

IDE

Documentation

Other Utilities

There are miscellaneous other things you may find useful as a Protocol Buffers developer.