/nodeterm

Extension that allows you to run a terminal window using Chrome

Primary LanguageHTMLMIT LicenseMIT

nodeTerm

Chrome extension that loads a terminal window on your browser

Dependencies:

NodeJS - http://nodejs.org/ tty.js - https://github.com/chjj/tty.js

After install NodeJS run this command on your terminal window:

npm install tty.js

Starting terminal service:

In the terminal run this:

nohup tty.js &

This will run the tty.js process in background (&) and will keep this process alive after you logged out (nohup).

How to load your extension in chrome:

http://code.google.com/chrome/extensions/getstarted.html#load

Enjoy your new terminal window on your browser.

MM