dependabot-preview[bot] 37638d200b chore(deps): bump serde from 1.0.102 to 1.0.104
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.102 to 1.0.104.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.102...v1.0.104)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 05:15:02 +01:00
2019-06-02 00:31:35 +02:00
2019-09-29 04:46:26 +02:00
2019-01-04 03:15:53 +01:00
2019-06-05 15:54:12 +02:00
2019-03-29 09:11:07 -04:00
2019-03-04 08:24:56 +01:00
2019-06-03 02:29:01 +02:00

webterm

web terminal based on xterm.js in rust

Screenshot

Is it any good?

Yes.

How does it work?

There is a rust backend based Actix, consisting of two actors:

  • Websocket implements a websocket that speaks the Terminado protocol
  • Terminal 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.

Should I run this on the internet?

Probably not. It lets anyone who can access the webpage control your system.

S
Description
No description provided
Readme BSD-3-Clause 9.4 MiB
Languages
Rust 49.8%
Shell 32.9%
JavaScript 5.1%
CSS 4.6%
HTML 4%
Other 3.6%