top | item 42440135

(no title)

dpeckett | 1 year ago

Now that's an interesting thought, I wonder if you could use a modified subset of TypeScript to create a IDL/DDL for JSON-RPC. Then compile that schema into implementations for various target languages.

discuss

order

IggleSniggle|1 year ago

Typia kinda does this, but currently only has a Typescript -> Typescript compiler.

crabmusket|1 year ago

Yeah that's what I'd look into. Maybe TS -> Json Schema -> target language.