Bash console in browser

I need to connect the browser with the bash console using NodeJS.

Is there any node modules that do this? I don't want to reinvent the wheel, but if there aren't I will build one. I am sure that the web-sockets will be needed.

For example I like so much Cloud9 console.

Also, see the screen shot:

Cloud9 console

I found the answer. tty.js does the job.

It's well documented, and it also contains an example.

tty console