msgpack-javascript icon indicating copy to clipboard operation
msgpack-javascript copied to clipboard

Cross Platform Generation

Open tomerpeled opened this issue 5 years ago • 2 comments
trafficstars

Hi,

Well this is more a question than an issue :) Is there any auto generation solution for cross platform? For example, say my server is written in c# (.NET) and my client is written in Javascript (React Native), is there some auto generation tool to convert C# MsgPack objects to Javascript MsgPack objects?

Thanks, Tomer

tomerpeled avatar Apr 28 '20 09:04 tomerpeled

I'm not sure what you want exactly, but I'm afraid I have no plan to provide any code generation tools.

gfx avatar Apr 29 '20 13:04 gfx

Thanks!

I guess that some regular auto generation from C# to TypeScript might help here, for example: https://github.com/AdrianWilczynski/CSharpToTypeScript https://github.com/RafaelSalguero/CSharp2TS

tomerpeled avatar Apr 30 '20 08:04 tomerpeled