bytecodealliance / wrpc

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

[rust] Examples using QUIC #295

Open rvolosatovs opened 2 weeks ago

rvolosatovs commented 2 weeks ago

Currently, all examples use NATS, we should show examples of using QUIC transport as well.

Since Go QUIC transport is not implemented yet, this is currently Rust-specific (#296)

This may come in handy https://github.com/bytecodealliance/wrpc/blob/3168f54d3e64da58873c90bd37f703f3bc5c903a/tests/common/mod.rs#L85-L158