Skip to content

initialcapacity/streaming-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.