Unidirectional communication with server and web client

HTTP 1.1

  1. request is sent, opening connection with backend
  2. backend leaves connections open and continues streaming data to client
    • until connection is closed

client api’s

  • EventSource API
  • EventSource for Swift