From 6b73371e7d1c12637ff767281f46a7e8a3a38696 Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Fri, 7 Aug 2020 14:20:46 +0300 Subject: [PATCH] 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. --- docs/third_party.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/third_party.md b/docs/third_party.md index 533ec99830..b9c66c02f1 100644 --- a/docs/third_party.md +++ b/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: 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