Skip to content

A demo app showcasing a state aware live table using almost no JavaScript

Notifications You must be signed in to change notification settings

STNeto1/live-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Table

A demo app showcasing a state aware live table using almost no JavaScript

  • Tech
    • Golang (Fiber)
    • Templ
    • HTMX
    • Sqlite
    • Websockets
    • Webcomponents

How to run

# install deps
go install
# run app in dev mode
go run .
# build and run app
go build -o app .
./app

About

A demo app showcasing a state aware live table using almost no JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published