November 2023

New Feature: Server Side Events

2min

Release Date: November 20, 2023

Overview

We are excited to announce the release of the Server Side Events (SSE) feature for the Console UI, offering streamlined real-time data transmission for web applications. This feature instantly lets applications receive server-side updates, improving responsiveness and user interaction in web apps integrated with the Console. 

  • Real-Time Data Flow:
     Provides immediate server-to-client communication.
  • Ease of Integration:
     Utilizes the pre-configured OS1HttpClient class, simplifying the implementation of SSE in web applications.
  • Flexible Callback Handling:
     Offers versatile callback URL handling using the {{SSE_CALLBACK}} placeholder, allowing Console to replace it dynamically with the actual callback URL.

Getting Started

Refer to our SSE documentation on updating your applications to leverage Server-Sent Events through our Console SDK and APIs.