xtermjs.org - Xterm.js

Description: Terminal front-end component written in JavaScript that works in the browser.

Example domain paragraphs

Build terminals in the browser

First you need to install the module, we ship exclusively through npm so you need that installed and then add xterm.js as a dependency by running:

npm install xterm To start using xterm.js on your browser, add the xterm.js and xterm.css to the head of your html page. Then create a <div id="terminal"></div> onto which xterm can attach itself. Finally instantiate the Terminal object and then call the open function with the DOM object of the div .

Links to xtermjs.org (7)