Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 276 Bytes

SSE

Sample project for Ktor showing how to use the SSE (Server-Sent Events) specification.

Running

Execute this command to run the sample:

./gradlew run

And navigate to http://localhost:8080/ to see the demo.