BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
471 stars 31 forks source link

wtransport for IOS & Android? #174

Open yalihart opened 7 months ago

yalihart commented 7 months ago

Is it possible to use this library for client-server communication with Android and iOS devices, avoiding deep dives into native HTTP APIs?

Possible Solution:

Exploring shared libraries (e.g., Mozilla UniFFI) as a potential approach.

Request:

Guidance on achieving cross-platform client-server communication without low-level native development.