Here is an example of an app that uses xwt for its communication.
The app models an abstract game where players have a nickname and can chat and move.
The client-side works works in the native and the web environments.
The server-side works works in the native environment only.
Native:
cargo run --bin xwt-example-clientWeb:
cargo run --bin xwt-example-client --target wasm32-unknown-unknownNative:
cargo run --bin xwt-example-serverWeb is not supported.