/fsharp-server-sent-events

Minimal example of Server-Sent Events with F# and .NET 6

Primary LanguageF#

Server-Sent Events in F#

publishing

curl http://localhost:5000/sse -d "laat was here"

subscribing

curl -N http://localhost:5000/sse

in a browser http://localhost:5000