Jump to content

User:Jcubic/sandbox/Web-Based Terminal Emulator

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jcubic (talk | contribs) at 22:19, 26 February 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Web-Based TerminalTerminal Emulator used with web based technologies, usually written in JavaScript or in language that is compiled to JavaScript.

Web Terminal emulators can be written with JavaScript libraries like xterm.js[1] or jQuery Terminal[2].

Web-based terminal can run as Google Chrome extension.[3]

Examples

  • Hyper based on xterm.js[4]
  • Web-Console is using jQuery Terminal[5]
  • VSCode have built in terminal that uses xterm.js[1]

TODO

Copy deleted text from Web-based SSH

There are also JavaScript libraries that allow one to write a terminal-like website. Examples are jQuery Terminal[6] and XTerm.js.[7]

  • Because of intermittent network connections with a connection timeouts.[8] Mosh by MIT can be a better solution[9] It utilizes SSH at first then UDP from thereon.[10]

References