MatthewWid / better-sse

⬆ Dead simple, dependency-less, spec-compliant server-sent events implementation for Node, written in TypeScript.
MIT License
485 stars 14 forks source link

Broadcast Channels #24

Closed MatthewWid closed 3 years ago

MatthewWid commented 3 years ago

This PR adds channels that allows for broadcasting events to many sessions at once.

Inspired by sse-channel, but better.