As TypeScript is gaining wide adoption in the node community, it would be good to not only produce the JavaScript client but also typings for the different message classes.
TypeScript builds on top of JavaScript, and a TypeScript binding is basically the same .js files for the code, plus separate typings files that add type information.
It seems the google-protobuf package does not support generating code+typings, but protobufjs does. I'll investigate if I can use that package to generate typings for cs3apis.
As TypeScript is gaining wide adoption in the node community, it would be good to not only produce the JavaScript client but also typings for the different message classes.
TypeScript builds on top of JavaScript, and a TypeScript binding is basically the same .js files for the code, plus separate typings files that add type information.
It seems the google-protobuf package does not support generating code+typings, but protobufjs does. I'll investigate if I can use that package to generate typings for cs3apis.