tncrazvan / sveltekit-sse

Server Sent Events with SvelteKit
https://www.npmjs.com/package/sveltekit-sse
MIT License
199 stars 7 forks source link

Multiple events over one stream #4

Closed tncrazvan closed 9 months ago

tncrazvan commented 9 months ago

Adding support for multiple events over the same http connection. You should now be able to subscribe to multiple events over http1 without worrying about connections limits.