2025-07-09 14:09:06 +08:00
2025-07-09 10:15:07 +08:00
2025-07-02 21:05:33 +08:00
2025-07-01 20:07:24 +08:00
oo
2025-07-09 14:09:06 +08:00
2025-07-02 21:05:33 +08:00
2025-07-02 21:05:33 +08:00
2025-07-09 10:15:07 +08:00
2025-07-09 10:15:07 +08:00
2025-07-09 10:15:07 +08:00
2025-07-01 20:07:24 +08:00

SSE - Simple Server-Sent Events

SSE (Server-Sent Events) is a web technology that allows a web server to push data to a web page in real time. It's a simple way to create a real-time, bi-directional communication channel between a web server and a web browser.

Project Setup

  1. Create a new directory for your project:
  2. npm init -y
  3. npm install express
  4. node app.js
Description
SSE服务提供项目
Readme 89 KiB
Languages
JavaScript 100%