2 releases
0.1.1 | May 20, 2021 |
---|---|
0.1.0 | Feb 28, 2021 |
#11 in #xterm
255KB
250 lines
wspty - xterm.js example with Rust Tokio and pty backend server
Usage
Start the websocket backend server
cargo run --example server
Open web page
./assets/index.html
Related Projects
-
The wire protocol follows https://github.com/freman/goterm.
-
Pty and tokio integration is inspired by tokio-pty-process.
-
This project is using an old version of xterm.js. To use the latest verion, javascript code in the index.html should change accordingly.
License
This project is licensed under the MIT license.
Dependencies
~8–19MB
~245K SLoC