Update third_party.md

Add a library that helps develop protoc plugins in Node.js, and an example plugin that can serve as a template for alternative generators.
This commit is contained in:
Nikolai Vavilov 2020-08-07 14:20:46 +03:00 committed by Adam Cozzette
parent 963ead3e37
commit 6b73371e7d

View File

@ -62,6 +62,8 @@ These are projects we know about implementing Protocol Buffers for other program
* Javascript: https://github.com/dcodeIO/ProtoBuf.js
* Javascript: http://code.google.com/p/protobuf-for-node/
* Javascript: http://code.google.com/p/protostuff/
* Javascript: https://github.com/seishun/node-protoc-plugin (Node.js port of plugin.h)
* Javascript: https://github.com/seishun/node-protoc-gen-javascript (Node.js port of the Google-official implementation)
* Julia: https://github.com/tanmaykm/ProtoBuf.jl
* Kotlin: https://github.com/marcoferrer/kroto-plus
* Kotlin: https://github.com/Kotlin/kotlinx.serialization