DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Developing Real-Time Web Applications with Server-Sent Events

Server-Sent Events (SSE) is a standard that enables Web servers to push data in real time to clients. In this article, we will learn how to use this standard by building a flight timetable demo application with React and Node.js. However, the concepts you will learn following this tutorial are applicable to any programming language and technology.

Read on 🏌️‍♂️

Developing Real-Time Web Applications with Server-Sent Events

Oldest comments (0)