Skip to content

lit2024/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.

About

Streaming HTML with no Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.0%
  • CSS 29.0%