https://github.com/zingerlittlebee/actix-web-pty-xtermjs-websocket
actix-web + pty + xtermjs + websocket
https://github.com/zingerlittlebee/actix-web-pty-xtermjs-websocket
Last synced: over 1 year ago
JSON representation
actix-web + pty + xtermjs + websocket
- Host: GitHub
- URL: https://github.com/zingerlittlebee/actix-web-pty-xtermjs-websocket
- Owner: ZingerLittleBee
- Created: 2023-10-20T13:41:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T13:48:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T20:04:37.295Z (over 1 year ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web terminal with Rust and Actix-web
`actix-web` + `xtermjs` + `portable-pty` = 🚀
## Running this project
```shell
$ npm install
$ npm run dev
$ cargo run
```