Crates.io | wetty |
lib.rs | wetty |
version | 0.1.1 |
source | src |
created_at | 2022-04-08 17:17:54.999787 |
updated_at | 2022-04-08 17:17:54.999787 |
description | xterm.js example with Rust Tokio and pty backend server |
homepage | https://github.com/btwiuse/wetty |
repository | https://github.com/btwiuse/wetty |
max_upload_size | |
id | 564350 |
size | 286,314 |
cargo run --example server
./assets/index.html
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.
This project is licensed under the MIT license.