Home GnuPG

Remove webserver from native client

Description

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

Details

Provenance
CarlSchwanAuthored on Wed, Dec 18, 11:54 AM
Parents
rOJb37e6ddd3e26: Port all but the info endpoint to websockets
Branches
Unknown
Tags
Unknown
Tasks
T7463: Cleanup network code