Crates.io | wspty |
lib.rs | wspty |
version | 0.1.1 |
source | src |
created_at | 2021-02-28 06:26:39.401765 |
updated_at | 2021-05-20 01:46:47.887965 |
description | xterm.js example with Rust Tokio and pty backend server |
homepage | https://github.com/jason-ni/wspty/tree/master/ |
repository | https://github.com/jason-ni/wspty |
max_upload_size | |
id | 361693 |
size | 290,871 |
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.