sveltejs / examples

A collection of Svelte(Kit) examples
MIT License
35 stars 5 forks source link

SvelteKit SSE example #3

Open karimfromjordan opened 1 year ago

karimfromjordan commented 1 year ago

I'm not sure how complex an SSE (Server Sent Events) example should be. But since the actual SSE part on the backend is super simple we could combine it with a toast component to make it more "real world". SSE and websockets are also great to demonstrate custom stores.

braebo commented 1 year ago

What's SSE?

karimfromjordan commented 1 year ago

I'm sorry. I should have spelled it out: Server Sent Events