Browse Source

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.
Nikolai Vavilov 5 years ago
parent
commit
6b73371e7d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/third_party.md

+ 2 - 0
docs/third_party.md

@@ -62,6 +62,8 @@ These are projects we know about implementing Protocol Buffers for other program
 * Javascript: https://github.com/dcodeIO/ProtoBuf.js
 * Javascript: https://github.com/dcodeIO/ProtoBuf.js
 * Javascript: http://code.google.com/p/protobuf-for-node/
 * Javascript: http://code.google.com/p/protobuf-for-node/
 * Javascript: http://code.google.com/p/protostuff/
 * 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
 * Julia: https://github.com/tanmaykm/ProtoBuf.jl
 * Kotlin: https://github.com/marcoferrer/kroto-plus
 * Kotlin: https://github.com/marcoferrer/kroto-plus
 * Kotlin: https://github.com/Kotlin/kotlinx.serialization
 * Kotlin: https://github.com/Kotlin/kotlinx.serialization