protoc-gen-validate icon indicating copy to clipboard operation
protoc-gen-validate copied to clipboard

Question:Using the validation engine from unsupported language (TypeScript)

Open avishaybp81 opened this issue 1 year ago • 0 comments

I would like to use the validation engine in a non supported language (TypeScript). I am aware that the V1 supported languages are:

  • Go
  • Python
  • Java
  • C++

Is there a way that I can call the validation using a node.js (TypeScript) and C++ bridge (See https://stackoverflow.com/questions/12447479/how-to-call-c-code-from-node-js) ?

Thanks

avishaybp81 avatar May 23 '23 08:05 avishaybp81