[go: up one dir, main page]

tree: 37e0ef7201a4e7997f47b719557b1199bff32df4 [path history] [tgz]
  1. chromeapps/
  2. crosh_builtin/
  3. hterm/
  4. libdot/
  5. nassh/
  6. .gitignore
  7. HACK.md
  8. README.md
README.md

Hello

This repository holds web applications that make use of libdot/.

libdot/ is a small set of JS libraries initially developed as part of hterm, now available as shared code.

hterm/ is a JS based terminal emulator that is reasonably fast, reasonably correct, and reasonably portable across browsers.

nassh/ is a Chrome App (currently a “v1.5” app, soon to become a “v2” or Platform App) that combines hterm with a NaCl build of OpenSSH to provide a PuTTY-like app for Chrome users.

See HACK.md for information about how to get a local copy of the source and submit patches.