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#: http://code.google.com/p/protosharp/
23* C#: https://silentorbit.com/protobuf/
24* C#/.NET/WCF/VB: http://code.google.com/p/protobuf-net/
25* Clojure: http://github.com/ninjudd/clojure-protobuf
26* Common Lisp: http://www.prism.gatech.edu/~ndantam3/docs/s-protobuf/
27* Common Lisp: http://github.com/brown/protobuf
28* D: https://github.com/msoucy/dproto
29* D: http://256.makerslocal.org/wiki/index.php/ProtocolBuffer
30* D: https://github.com/opticron/ProtocolBuffer
31* Dart: https://github.com/dart-lang/dart-protobuf (runtime) https://github.com/dart-lang/dart-protoc-plugin (code generator)
32* Delphi: http://sourceforge.net/projects/protobuf-delphi/
33* Delphi: http://fundementals.sourceforge.net/dl.html
34* Elixir: https://github.com/jeremyong/exprotoc
35* Erlang: http://github.com/ngerakines/erlang_protobuffs/tree/master
36* Erlang: http://piqi.org/
37* Erlang: https://code.google.com/p/protoc-gen-erl/
38* Erlang: https://github.com/basho/erlang_protobuffs
39* Go: https://github.com/golang/protobuf (Google-official implementation)
40* Go: http://code.google.com/p/goprotobuf/
41* Go: https://github.com/akunspy/gopbuf
42* Haskell: http://hackage.haskell.org/package/hprotoc
43* Haxe: https://github.com/Atry/protoc-gen-haxe
44* Java: https://github.com/google/protobuf (Google-official implementation)
45* Java/Android: https://github.com/square/wire
46* Java ME: http://code.google.com/p/protobuf-javame/
47* Java ME: http://swingme.sourceforge.net/encode.shtml
48* Java ME: http://github.com/ponderingpanda/protobuf-j2me
49* Java ME: http://code.google.com/p/protobuf-j2me/
50* Javascript: http://code.google.com/p/protobuf-js/
51* Javascript: http://github.com/sirikata/protojs
52* Javascript: https://github.com/dcodeIO/ProtoBuf.js
53* Javascript: http://code.google.com/p/protobuf-for-node/
54* Javascript: http://code.google.com/p/protostuff/
55* Julia: https://github.com/tanmaykm/ProtoBuf.jl
56* Lua: http://code.google.com/p/protoc-gen-lua/
57* Lua: http://github.com/indygreg/lua-protobuf
58* Lua: https://github.com/Neopallium/lua-pb
59* Matlab: http://code.google.com/p/protobuf-matlab/
60* Mercury: http://code.google.com/p/protobuf-mercury/
61* Objective C: http://code.google.com/p/protobuf-objc/
62* Objective C: https://github.com/alexeyxo/protobuf-objc
63* OCaml: http://piqi.org/
64* Perl: http://groups.google.com/group/protobuf-perl
65* Perl: http://search.cpan.org/perldoc?Google::ProtocolBuffers
66* Perl/XS: http://code.google.com/p/protobuf-perlxs/
67* PHP: http://code.google.com/p/pb4php/
68* PHP: https://github.com/allegro/php-protobuf/
69* PHP: https://github.com/chobie/php-protocolbuffers
70* PHP: http://drslump.github.com/Protobuf-PHP
71* Prolog: http://www.swi-prolog.org/pldoc/package/protobufs.html
72* Python: https://github.com/google/protobuf (Google-official implementation)
73* Python: http://eigenein.github.com/protobuf/
74* R: http://cran.r-project.org/package=RProtoBuf
75* Ruby: http://code.google.com/p/ruby-protobuf/
76* Ruby: http://github.com/mozy/ruby-protocol-buffers
77* Ruby: https://github.com/bmizerany/beefcake/tree/master/lib/beefcake
78* Ruby: https://github.com/localshred/protobuf
79* Rust: https://github.com/stepancheg/rust-protobuf/
80* Scala: http://github.com/jeffplaisance/scala-protobuf
81* Scala: http://code.google.com/p/protobuf-scala
82* Scala: https://github.com/SandroGrzicic/ScalaBuff
83* Scala: http://trueaccord.github.io/ScalaPB/
84* Swift: https://github.com/alexeyxo/protobuf-swift
85* Vala: https://launchpad.net/protobuf-vala
86* Visual Basic: http://code.google.com/p/protobuf-net/
87
88## RPC Implementations
89
90GRPC (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.
91
92* https://github.com/grpc/grpc (C++, Node.js, Python, Ruby, Objective-C, PHP, C#, Google-official implementation)
93* http://zeroc.com/ice.html (Multiple languages)
94* http://code.google.com/p/protobuf-net/ (C#/.NET/WCF/VB)
95* https://launchpad.net/txprotobuf/ (Python)
96* https://github.com/modeswitch/protobuf-rpc (Python)
97* http://code.google.com/p/protobuf-socket-rpc/ (Java, Python)
98* http://code.google.com/p/proto-streamer/ (Java)
99* http://code.google.com/p/server1/ (C++)
100* http://deltavsoft.com/RcfUserGuide/Protobufs (C++)
101* http://code.google.com/p/protobuf-mina-rpc/ (Python client, Java server)
102* http://code.google.com/p/casocklib/ (C++)
103* http://code.google.com/p/cxf-protobuf/ (Java)
104* http://code.google.com/p/protobuf-remote/ (C++/C#)
105* http://code.google.com/p/protobuf-rpc-pro/ (Java)
106* https://code.google.com/p/protorpc/ (Go/C++)
107* https://code.google.com/p/eneter-protobuf-serializer/ (Java/.NET)
108* http://www.deltavsoft.com/RCFProto.html (C++/Java/Python/C#)
109* https://github.com/robbinfan/claire-protorpc (C++)
110* https://github.com/BaiduPS/sofa-pbrpc (C++)
111* https://github.com/ebencheung/arab (C++)
112* http://code.google.com/p/protobuf-csharp-rpc/ (C#)
113* https://github.com/thesamet/rpcz (C++/Python, based on ZeroMQ)
114* https://github.com/w359405949/libmaid (C++, Python)
115* https://github.com/madwyn/libpbrpc (C++)
116
117## Other Utilities
118
119There are miscellaneous other things you may find useful as a Protocol Buffers developer.
120
121* [NetBeans IDE plugin](http://code.google.com/p/protobuf-netbeans-plugin/)
122* [Wireshark/Ethereal packet sniffer plugin](http://code.google.com/p/protobuf-wireshark/)
123* [Alternate encodings (JSON, XML, HTML) for Java protobufs](http://code.google.com/p/protobuf-java-format/)
124* [Another JSON encoder/decoder for Java](https://github.com/sijuv/protobuf-codec)
125* [Editor for serialized protobufs](http://code.google.com/p/protobufeditor/)
126* [Intellij IDEA plugin](http://github.com/nnmatveev/idea-plugin-protobuf)
127* [TextMate syntax highlighting](http://github.com/michaeledgar/protobuf-tmbundle)
128* [Oracle PL SQL plugin](http://code.google.com/p/protocol-buffer-plsql/)
129* [Eclipse editor for protobuf (from Google)](http://code.google.com/p/protobuf-dt/)
130* [C++ Builder compatible protobuf](https://github.com/saadware/protobuf-cppbuilder)
131* Maven Protocol Compiler Plugin
132    * https://github.com/sergei-ivanov/maven-protoc-plugin/
133    * http://igor-petruk.github.com/protobuf-maven-plugin/
134    * http://code.google.com/p/maven-protoc-plugin/
135    * https://github.com/os72/protoc-jar-maven-plugin
136* [Documentation generator plugin (Markdown/HTML/DocBook/...)](https://github.com/estan/protoc-gen-doc)
137* [DocBook generator for .proto files](http://code.google.com/p/protoc-gen-docbook/)
138* [Protobuf for nginx module](https://github.com/dbcode/protobuf-nginx/)
139* [RSpec matchers and Cucumber step defs for testing Protocol Buffers](https://github.com/connamara/protobuf_spec)
140* [Sbt plugin for Protocol Buffers](https://github.com/Atry/sbt-cppp)
141* [Gradle Protobuf Plugin](https://github.com/aantono/gradle-plugin-protobuf)
142* [Multi-platform executable JAR and Java API for protoc](https://github.com/os72/protoc-jar)
143* [Python scripts to convert between Protocol Buffers and JSON](https://github.com/NextTuesday/py-pb-converters)
144* [Visual Studio Language Service support for Protocol Buffers](http://visualstudiogallery.msdn.microsoft.com/4bc0f38c-b058-4e05-ae38-155e053c19c5)
145* [C++ library for serialization/de-serialization between Protocol Buffers and JSON.](https://github.com/yinqiwen/pbjson)
146* [ProtoBuf with Java EE7 Expression Language 3.0; pure Java ProtoBuf Parser and Builder.](https://github.com/protobufel/protobuf-el)
147* [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf)
148* [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint)
149* [Protocol Buffers Dynamic Schema - create protobuf schemas programmatically (Java)] (https://github.com/os72/protobuf-dynamic)
150