bytecodealliance / wrpc

Wasm component-native RPC framework
Other
118 stars 18 forks source link

[go] QUIC transport #296

Open rvolosatovs opened 2 weeks ago

rvolosatovs commented 2 weeks ago

We should provide an implementation of QUIC transport in Go, same as the one, that exists for Rust. It does not necessarily need to be complete, e.g. it's fine to only partially support async here (nested subscriptions etc.) as the first step