Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 423 Bytes

Ktor Streaming HTML

An example showing streaming responses to the Shadow DOM from a Ktor server. Enables asynchronous DOM updates with no Javascript needed!

Build

./gradlew build

Run

./gradlew run

Then visit localhost:8080.