An open API service indexing awesome lists of open source software.

https://github.com/mohamedsamara/node-sse

Node Server Sent Events (SSE)
https://github.com/mohamedsamara/node-sse

server-sent-events

Last synced: 7 months ago
JSON representation

Node Server Sent Events (SSE)

Awesome Lists containing this project

README

          

# Node Server Sent Events (SSE)

This project demonstrates how to implement Server-Sent Events (SSE) in Node.js using Express to send real-time notifications to the client. SSE allows the server to push updates to the browser over a single, long-lived HTTP connection.