[go: up one dir, main page]

tree: 48fc4004247a6deb7589403439a2a73a03dae6eb [path history] [tgz]
  1. crosh_builtin/
  2. hterm/
  3. libdot/
  4. nassh/
  5. .gitignore
  6. HACK.md
  7. 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.