d71b42665fad95df7279e59ac7eaffad97c94c4e
Bumps [actix](https://github.com/actix/actix) from 0.7.9 to 0.8.3. - [Release notes](https://github.com/actix/actix/releases) - [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix/compare/0.7.9...v0.8.3) 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%
