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:08, 26 February 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Web-Based Terminal EmulatorTerminal 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].

Examples

  • HyperTerm
  • Web-Console

References

<References <ref name="mosh_better">mosh is an SSH replacement that works around connectivity and lag issues</ref> [3] [4] />

TODO

Copy deleted text

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

  • Because of intermittent network connections with a connection timeouts.[4] Mosh by MIT can be a better solution[7] It utilizes SSH at first then UDP from thereon.[3]
  1. ^ xterm.js
  2. ^ jQuery Terminal
  3. ^ a b Mosh: An Interactive Remote Shell for Mobile Clients
  4. ^ a b Is there a software package that safely allows SSH via web on simple web host?
  5. ^ jQuery Terminal Emulator jQuery plugin that allows you to write your own commands.
  6. ^ XTerm.js library that can be used to write a real terminal (tty) application; e.g. it can display editors like vi or Emacs in text mode.
  7. ^ Cite error: The named reference mosh_better was invoked but never defined (see the help page).