BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
346 stars 19 forks source link

wtransport for IOS & Android? #174

Open yalihart opened 2 months ago

yalihart commented 2 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.