Crates.io | webterm |
lib.rs | webterm |
version | 0.2.0 |
source | src |
created_at | 2019-06-05 13:36:19.063558 |
updated_at | 2019-09-29 02:55:18.561056 |
description | xterm.js - based webterminal |
homepage | |
repository | https://github.com/fubarnetes/webterm |
max_upload_size | |
id | 139143 |
size | 636,584 |
web terminal based on xterm.js in rust
There is a rust backend based Actix, consisting of two actors:
Websocket
implements a websocket that speaks the Terminado protocolTerminal
handles communication to a child spawned on a PTY using tokio-pty-process.The frontend is a static HTML page served by actix-web providing an xterm.js UI.
Probably not. It lets anyone who can access the webpage control your system.