Explore Better SSE use cases and frameworks
masterThe examples directory contains several implementations of Better SSE categorized by use case, framework compatibility, and connection adapters:
Use Cases
- Getting Started: Basic introduction to the library.
- Channels: Using channels for organized event distribution.
- Streams: Working with streaming data.
- Benchmarks: Performance comparisons.
- Chat room: Implementing real-time chat functionality.
- System Resource Monitor: Monitoring system resources via SSE.
Frameworks & APIs
- Node HTTP/1 API: Implementation using standard Node.js HTTP/1.
- Node HTTP/2 Compatibility API: Implementation using Node.js HTTP/2.
- Fetch API: Implementation compatible with the Fetch API.
Connection Adapters
- Koa: Using the Koa connection adapter.