* Trying to remove static path, almost got it
* Yay fixed
* Clean up debugging
* Add docs
* An attempt at getting `/base/path/ssh/username` to work.
Thanks to @3ch01c for helping me with this work
* No longer require a trailing / on username
* Document namespace conflicts
* switch too xterm and webpack
* handle disconects clearner
* stop browser from over rulling ctrl+shift+c
* update pkg.json
* replace log statements with events
* restructure cli
* reduce use of shared state
* remove ssh wrapper
* minify, uglify and tree shake code bundle
* use seperate containers for building frontend
* fit sizing errors
* add helmet
* fix term resize
* add loger
* use custom fix function
* stop server crashing after disconnect
* make better on mobile
* use a pty as a buffer to handle all keyboard keys
* unwrap var
* clean up structure of code
* update readme
* add api
* refactor event emitter
* expand emmitter class
* fix event emitter calls
* format docs
* fix docs
* clean up webpack
* Added Apache configuration for proxifying wetty.
* Typo fix for Apache configuration.
* Updated procedure for starting wetty (use of bin/index.js instead of app.js)