Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 427 Bytes

File metadata and controls

19 lines (13 loc) · 427 Bytes

Streaming HTML

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

Test

go test -race ./...

Run

go run cmd/app/app.go

Then visit localhost:8777.