term.js
A terminal written in javascript
term.js is a full xterm-style terminal emulator written in JavaScript. It was designed to bring interactive terminal behavior into the browser and was used by tty.js for web-based terminal sessions. The project includes server and client examples that connect browser terminal input and output through sockets. It supports terminal dimensions, screen keys, title events, terminal writing, data events, destruction on disconnect, and familiar xterm behavior. It also includes keyboard-driven...