Skip to main content

Crate tty_web

Crate tty_web 

Source
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.