Expand description
tty-web โ web-based terminal emulator library.
Opens a real PTY in the browser over WebSocket. Can be used as a standalone binary or embedded as a library into other applications.
Modulesยง
- config
- CLI configuration parsed from flags and environment variables.
- pty ๐
- UNIX pseudo-terminal (PTY) allocation and window-size control.
- session
- Persistent terminal sessions with scrollback and lifecycle management.
- terminal
- High-level terminal abstraction over a PTY.
- web
- HTTP and WebSocket server built on Axum.