Event BG
Tech Insiders: Scalable Platforms

Server-Sent Events (SSE)

Online
Thu, Sep 08, 2022
6:00 PM - 7:00 PM IST

About

Globant Tech Insiders is back with Scalable Platforms – Server-Sent Events (SSE)

What’s In Store For You 

  • Understand Server-Sent Events (SSE)
  • Differentiate between AJAX, Websockets, and SSE 
  • Implementing SSE using Spring and React.js
  • Identify the Pros and cons of SSE

Want to be a part of this amazing workplace? Explore career opportunities at Globant.

Don’t miss out and invite your friends too!

Online
Thu, Sep 08, 2022
6:00 PM - 7:00 PM IST
function getGAClientID() { let match = document.cookie.match(/_ga=([^;]*)/); return match ? match[1].split('.').slice(-2).join('.') : null; } document.addEventListener("DOMContentLoaded", function() { let clientID = getGAClientID(); if (clientID) { document.getElementById('client_id').value = clientID; } });