Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A browser initiates websocket connection by sending an HTTP connection upgrade request, Knox's websocket handler intercepts this request and returns a secure socket (wss://) to the browser - acting as a websocket server. Knox's websocket handler also establishes another connection with the backend websocker websocket server - acting as a websocket client.

...