All server improvements in this release:
* got rid of dependencies on really deprecated `webnsock`, server now is based directly on `autobahn`/`twisted` libraries. Faster, more robust, leaner...
* most importantly: `twisted` now allows serving the websocket connection through the same port as the webserver. So the entire server app is running on one port, not two, allowing it to be easily deployed behind `ngrok` or similar services, or just on port 8080 for easy deployment.
* The _port_ (option `-p`) allows to configure the port the server is running one.
* The _keepalive_ option (`-k`) now allows to tell the server _not_ to terminate the tmule tasks when existing