Web Component: j-Xterm


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-Xterm

The component renders a terminal output/input directly in the web browser. IMPORTANT: the example doesn't work as you expect, it needs a real terminal output.

Configuration:

  • cols {Number} count of cols (default: 80)
  • rows {Number} count of rows (default: 24)
  • send {String} a link to the function(data) for the communication with the server

Methods:

  • instance.write(data) writes data into the terminal component

Used dependencies:

Author