Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gobijan/go-htmx-todo

This is a Go TODO App using WebSockets, HTMX, and DOM-Morphing brought to you by Bijan.
https://github.com/gobijan/go-htmx-todo

Last synced: about 2 months ago
JSON representation

This is a Go TODO App using WebSockets, HTMX, and DOM-Morphing brought to you by Bijan.

Awesome Lists containing this project

README

        

# go-htmx-todo
This is a Go TODO App using WebSockets, HTMX, and DOM-Morphing.

![Todo App](todoapp.gif)

See: https://screenisland.com/2023/12/11/go-websockets-htmx-morphing-is-fun/

## Run it

Standard way:

go run main.go

In case you have `air` installed, you can run it with:

air