1# Third-Party Add-ons for Protocol Buffers 2 3This 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. 4 5If you have a project that should be listed here, please [send us a pull request](https://github.com/google/protobuf/pulls) to update this page. 6 7## Programming Languages 8 9These are projects we know about implementing Protocol Buffers for other programming languages: 10* Action Script: http://code.google.com/p/protobuf-actionscript3/ 11* Action Script: https://code.google.com/p/protoc-gen-as3/ 12* Action Script: https://github.com/matrix3d/JProtoc 13* Action Script: https://github.com/zhongfq/protobuf-as3/ 14* C: https://github.com/protobuf-c/protobuf-c 15* C: http://koti.kapsi.fi/jpa/nanopb/ 16* C: https://github.com/cloudwu/pbc/ 17* C: https://github.com/haberman/upb/wiki 18* C: https://github.com/squidfunk/protobluff 19* C++: https://github.com/google/protobuf (Google-official implementation) 20* C/C++: http://spbc.sf.net/ 21* C#: http://code.google.com/p/protobuf-csharp-port 22* C#: https://silentorbit.com/protobuf/ 23* C#/.NET/WCF/VB: http://code.google.com/p/protobuf-net/ 24* Clojure: http://github.com/ninjudd/clojure-protobuf 25* Clojure: https://github.com/clojusc/protobuf 26* Common Lisp: http://github.com/ndantam/s-protobuf 27* Common Lisp: http://github.com/brown/protobuf 28* D: https://github.com/dcarp/protobuf-d 29* D: https://github.com/msoucy/dproto 30* D: http://256.makerslocal.org/wiki/index.php/ProtocolBuffer 31* D: https://github.com/opticron/ProtocolBuffer 32* Dart: https://github.com/dart-lang/dart-protobuf (runtime) https://github.com/dart-lang/dart-protoc-plugin (code generator) 33* Delphi: http://sourceforge.net/projects/protobuf-delphi/ 34* Delphi: http://fundementals.sourceforge.net/dl.html 35* Elixir: https://github.com/jeremyong/exprotoc 36* Elixir: https://github.com/tony612/protobuf-elixir 37* Elm: https://github.com/tiziano88/elm-protobuf 38* Erlang: https://github.com/tomas-abrahamsson/gpb 39* Erlang: http://piqi.org/ 40* Erlang: https://github.com/basho/erlang_protobuffs (no longer maintained, use gpb instead) 41* Hacklang/HHVM: https://github.com/y3llowcake/proto-hack 42* GDScript: https://github.com/oniksan/godobuf (Godot v3 engine plugin) 43* Go: https://github.com/golang/protobuf (Google-official implementation) 44* Go: https://github.com/akunspy/gopbuf 45* Go: https://github.com/gogo/protobuf 46* GopherJS: https://github.com/johanbrandhorst/protobuf 47* Haskell: http://hackage.haskell.org/package/hprotoc 48* Haskell: https://github.com/google/proto-lens (Google-unofficial implementation) 49* Haskell: https://github.com/awakesecurity/proto3-suite (code generator) https://github.com/awakesecurity/proto3-wire (binary serializer/deserializer) 50* Haxe: https://github.com/Atry/protoc-gen-haxe 51* Java: https://github.com/google/protobuf (Google-official implementation) 52* Java/Android: https://github.com/square/wire 53* Java ME: http://code.google.com/p/protobuf-javame/ 54* Java ME: http://swingme.sourceforge.net/encode.shtml 55* Java ME: http://code.google.com/p/protobuf-j2me/ 56* Javascript: http://code.google.com/p/protobuf-js/ 57* Javascript: http://github.com/sirikata/protojs 58* Javascript: https://github.com/dcodeIO/ProtoBuf.js 59* Javascript: http://code.google.com/p/protobuf-for-node/ 60* Javascript: http://code.google.com/p/protostuff/ 61* Julia: https://github.com/tanmaykm/ProtoBuf.jl 62* Kotlin: https://github.com/Kotlin/kotlinx.serialization 63* Lua: http://code.google.com/p/protoc-gen-lua/ 64* Lua: http://github.com/indygreg/lua-protobuf 65* Lua: https://github.com/Neopallium/lua-pb 66* Matlab: http://code.google.com/p/protobuf-matlab/ 67* Mercury: http://code.google.com/p/protobuf-mercury/ 68* Objective C: http://code.google.com/p/protobuf-objc/ 69* Objective C: https://github.com/alexeyxo/protobuf-objc 70* OCaml: http://piqi.org/ 71* Perl: http://groups.google.com/group/protobuf-perl 72* Perl: http://search.cpan.org/perldoc?Google::ProtocolBuffers 73* Perl: https://metacpan.org/pod/Google::ProtocolBuffers::Dynamic 74* Perl/XS: http://code.google.com/p/protobuf-perlxs/ 75* PHP: http://code.google.com/p/pb4php/ 76* PHP: https://github.com/allegro/php-protobuf/ 77* PHP: https://github.com/chobie/php-protocolbuffers 78* PHP: http://drslump.github.com/Protobuf-PHP 79* Prolog: http://www.swi-prolog.org/pldoc/package/protobufs.html 80* Python: https://github.com/google/protobuf (Google-official implementation) 81* Python: https://github.com/eigenein/protobuf 82* R: http://cran.r-project.org/package=RProtoBuf 83* Ruby: http://code.google.com/p/ruby-protobuf/ 84* Ruby: http://github.com/mozy/ruby-protocol-buffers 85* Ruby: https://github.com/bmizerany/beefcake/tree/master/lib/beefcake 86* Ruby: https://github.com/localshred/protobuf 87* Rust: https://github.com/stepancheg/rust-protobuf/ 88* Scala: http://github.com/jeffplaisance/scala-protobuf 89* Scala: http://code.google.com/p/protobuf-scala 90* Scala: https://github.com/SandroGrzicic/ScalaBuff 91* Scala: https://scalapb.github.io 92* Solidity: https://github.com/celer-network/pb3-gen-sol 93* Swift: https://github.com/alexeyxo/protobuf-swift 94* Swift: https://github.com/apple/swift-protobuf/ 95* Typescript: https://github.com/y3llowcake/protoc-gen-ts 96* Vala: https://launchpad.net/protobuf-vala 97* Visual Basic: http://code.google.com/p/protobuf-net/ 98 99## RPC Implementations 100 101GRPC (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. 102 103* https://github.com/grpc/grpc (C++, Node.js, Python, Ruby, Objective-C, PHP, C#, Google-official implementation) 104* http://zeroc.com/ice.html (Multiple languages) 105* http://code.google.com/p/protobuf-net/ (C#/.NET/WCF/VB) 106* https://launchpad.net/txprotobuf/ (Python) 107* https://github.com/modeswitch/protobuf-rpc (Python) 108* http://code.google.com/p/protobuf-socket-rpc/ (Java, Python) 109* http://code.google.com/p/proto-streamer/ (Java) 110* http://code.google.com/p/server1/ (C++) 111* http://deltavsoft.com/RcfUserGuide/Protobufs (C++) 112* http://code.google.com/p/protobuf-mina-rpc/ (Python client, Java server) 113* http://code.google.com/p/casocklib/ (C++) 114* http://code.google.com/p/cxf-protobuf/ (Java) 115* http://code.google.com/p/protobuf-remote/ (C++/C#) 116* http://code.google.com/p/protobuf-rpc-pro/ (Java) 117* https://code.google.com/p/eneter-protobuf-serializer/ (Java/.NET) 118* http://www.deltavsoft.com/RCFProto.html (C++/Java/Python/C#) 119* https://github.com/robbinfan/claire-protorpc (C++) 120* https://github.com/BaiduPS/sofa-pbrpc (C++) 121* https://github.com/ebencheung/arab (C++) 122* http://code.google.com/p/protobuf-csharp-rpc/ (C#) 123* https://github.com/thesamet/rpcz (C++/Python, based on ZeroMQ) 124* https://github.com/w359405949/libmaid (C++, Python) 125* https://github.com/madwyn/libpbrpc (C++) 126* https://github.com/SeriousMa/grpc-protobuf-validation (Java) 127* https://github.com/tony612/grpc-elixir (Elixir) 128* https://github.com/johanbrandhorst/protobuf (GopherJS) 129* https://github.com/awakesecurity/gRPC-haskell (Haskell) 130* https://github.com/Yeolar/raster (C++) 131* https://github.com/jnordberg/wsrpc (JavaScript Node.js/Browser) 132* https://github.com/ppissias/xsrpcj (Java) 133 134## Other Utilities 135 136There are miscellaneous other things you may find useful as a Protocol Buffers developer. 137 138* [Bazel Build](https://bazel.build) 139 * [rules_closure](https://github.com/bazelbuild/rules_closure) `js-closure` 140 * [rules_go](https://github.com/bazelbuild/rules_go) `go` 141 * [rules_protobuf](https://github.com/pubref/rules_protobuf) `java` `c++` `c#` `go` `js-closure` `js-node` `python` `ruby` 142* [NetBeans IDE plugin](http://code.google.com/p/protobuf-netbeans-plugin/) 143* [Wireshark/Ethereal packet sniffer plugin](http://code.google.com/p/protobuf-wireshark/) 144* [Alternate encodings (JSON, XML, HTML) for Java protobufs](http://code.google.com/p/protobuf-java-format/) 145* [Another JSON encoder/decoder for Java](https://github.com/sijuv/protobuf-codec) 146* [Editor for serialized protobufs](http://code.google.com/p/protobufeditor/) 147* [Intellij IDEA plugin](http://github.com/nnmatveev/idea-plugin-protobuf) 148* [TextMate syntax highlighting](http://github.com/michaeledgar/protobuf-tmbundle) 149* [Oracle PL SQL plugin](http://code.google.com/p/protocol-buffer-plsql/) 150* [Eclipse editor for protobuf (from Google)](http://code.google.com/p/protobuf-dt/) 151* [C++ Builder compatible protobuf](https://github.com/saadware/protobuf-cppbuilder) 152* Maven Protobuf Compiler Plugin 153 * By xolstice.org ([Documentation](https://www.xolstice.org/protobuf-maven-plugin/)) ([Source](https://github.com/xolstice/protobuf-maven-plugin/)) [![Maven Central](https://img.shields.io/maven-central/v/org.xolstice.maven.plugins/protobuf-maven-plugin.svg)](https://repo1.maven.org/maven2/org/xolstice/maven/plugins/protobuf-maven-plugin/) 154 * http://igor-petruk.github.com/protobuf-maven-plugin/ 155 * http://code.google.com/p/maven-protoc-plugin/ 156 * https://github.com/os72/protoc-jar-maven-plugin 157* [Documentation generator plugin (Markdown/HTML/DocBook/...)](https://github.com/pseudomuto/protoc-gen-doc) 158* [DocBook generator for .proto files](http://code.google.com/p/protoc-gen-docbook/) 159* [Protobuf for nginx module](https://github.com/dbcode/protobuf-nginx/) 160* [RSpec matchers and Cucumber step defs for testing Protocol Buffers](https://github.com/connamara/protobuf_spec) 161* [Sbt plugin for Protocol Buffers](https://github.com/Atry/sbt-cppp) 162* [Gradle Protobuf Plugin](https://github.com/aantono/gradle-plugin-protobuf) 163* [Multi-platform executable JAR and Java API for protoc](https://github.com/os72/protoc-jar) 164* [Python scripts to convert between Protocol Buffers and JSON](https://github.com/NextTuesday/py-pb-converters) 165* [Visual Studio Language Service support for Protocol Buffers](http://visualstudiogallery.msdn.microsoft.com/4bc0f38c-b058-4e05-ae38-155e053c19c5) 166* [Visual Studio Code Support for Protocol Buffers](https://marketplace.visualstudio.com/items?itemName=zxh404.vscode-proto3) 167* [C++ library for serialization/de-serialization between Protocol Buffers and JSON.](https://github.com/yinqiwen/pbjson) 168* [ProtoBuf with Java EE7 Expression Language 3.0; pure Java ProtoBuf Parser and Builder.](https://github.com/protobufel/protobuf-el) 169* [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf) 170* [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint) 171* [Protocol Buffers Dynamic Schema - create protobuf schemas programmatically (Java)](https://github.com/os72/protobuf-dynamic) 172* [Make protoc plugins in NodeJS](https://github.com/konsumer/node-protoc-plugin) 173* [ProfaneDB - A Protocol Buffers database](https://profanedb.gitlab.io) 174* [Protocol Buffer property-based testing utility and example message generator (Python / Hypothesis)](https://github.com/CurataEng/hypothesis-protobuf) 175* [Protolock - CLI utility to prevent backward-incompatible changes to .proto files](https://github.com/nilslice/protolock) 176* [Optional GRPC - GRPC for testable microservices (Python)](https://github.com/mattpaletta/optional-grpc.git) 177