tty.js
A terminal for your browser, using node/express/socket.io
tty.js is a browser-based terminal application built with Node.js, Express, and Socket.IO. It lets users access terminal sessions through a web interface instead of a local terminal window. The project supports tabs, stacking windows, maximizable terminal panes, and persistent sessions. It can efficiently render command-line programs such as Vim, mc, irssi, vifm, and other interactive terminal tools. It also supports optional Screen or tmux-style keys, xterm mouse events, and 256-color output. tty.js is useful as a legacy reference for web terminal design, remote shell interfaces, socket-driven terminal rendering, and Node-based terminal server experiments.