OneOf
message types allow developers to specify that
only a single field from a set can be used at a time.
This feature is also actively being developed and should be available in the coming months.
Golang
but we plan to add support for JS and TS in the near future.
We know it’s important to have an RPC framework that can be used across language boundaries so this is a big priority for us.
We’ve already begun the work required to add support for JS and TS by porting the polyglot-go
framework to Typescript. This means we are already able to serialize and
deserialize RPCs in Typescript.
Golang
but we plan to add support for Rust in the near future.
We’ve already begun the work required to add support for Rust by porting the polyglot-go
framework to Rust. This means we are already able to serialize and
deserialize RPCs in Rust.