/live-table

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

Primary LanguageGo

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