sse-streaming

Installation
SKILL.md

Server-Sent Events (SSE)

Real-time server-to-client streaming with automatic reconnection.

When to Use This Skill

  • Live dashboards and monitoring
  • Real-time notifications
  • Progress indicators for long operations
  • Live feeds (activity, chat, updates)
  • AI streaming responses

SSE vs WebSockets

Feature SSE WebSocket
Direction Server → Client Bidirectional
Protocol HTTP WS
Reconnection Automatic Manual
Related skills
Installs
78
GitHub Stars
780
First Seen
Jan 25, 2026