c19801b7c7c4600bf0e5a7df44e04d45832c2604
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.3.0...1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
webterm
web terminal based on xterm.js in rust
Is it any good?
How does it work?
There is a rust backend based Actix, consisting of two actors:
Websocketimplements a websocket that speaks the Terminado protocolTerminalhandles 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.
Should I run this on the internet?
Probably not. It lets anyone who can access the webpage control your system.
Description
Languages
Rust
49.8%
Shell
32.9%
JavaScript
5.1%
CSS
4.6%
HTML
4%
Other
3.6%
