Remove webserver from native client
- Move the remaining communication between the server and the native client to websockets
- This allow to remove all the registration logic from the server. The webserver now only does two things:
- Serving static files, see server/controllers/staticcontroller
- Forwarding websocket messages, see WebServer::processCommand
- GnuPG-Bug-Id: T7463