An SSH terminal in a browser. This is currently a proof of concept. It uses term.js on the front end to communicate with Sinatra on the backend using websockets.
Install the depenencies
bundle install
If a server to SSH into is needed there is a Vagrantfile that will spin one up. See more on Vagrant
vagrant up
Start the web server
rackup
Visit localhost:9292 in a browser
##License and Copyright
See LICENSE