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)
- Host: GitHub
- URL: https://github.com/mohamedsamara/node-sse
- Owner: mohamedsamara
- License: mit
- Created: 2024-11-11T20:45:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T21:38:03.000Z (11 months ago)
- Last Synced: 2025-01-21T02:12:36.053Z (9 months ago)
- Topics: server-sent-events
- Language: HTML
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.