▲ | indolering 4 days ago | |||||||
You can generate TypeScript schema for Haxe JS output. I'm honestly a bit surprised that TS isn't a supported target! That could change with some investments. Haxe is a great toolkit to develop libraries in because it reduces the overhead for each implementation. It would be nice to see some commercial entity invest in Haxe or Dafny (which can also enable verification of the reference implementation). > The moment they need to support multiple languages, they need to introduce a new complex layer (like Protobuf), So this just won't be used outside of Node servers then? | ||||||||
▲ | kentonv 4 days ago | parent [-] | |||||||
> So this just won't be used outside of Node servers then? Well... I imagine / hope it will be used a lot on Cloudflare Workers, which is not Node-based, it has its own custom runtime. (I'm the author of Cap'n Web and also the lead developer for Cloudflare Workers.) | ||||||||
|