Basic implementation of a web terminal using Rust Warp and WebSockets, PseudoTTY and xterm.js.
Type the following command to run the server:
cargo runType the following command to install client dependencies:
bun installAnd open your browser at http://localhost:3030.