Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days ago
JSON representation
This is a Go TODO App using WebSockets, HTMX, and DOM-Morphing brought to you by Bijan.
- Host: GitHub
- URL: https://github.com/gobijan/go-htmx-todo
- Owner: gobijan
- Created: 2023-12-11T15:06:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:56:25.000Z (3 months ago)
- Last Synced: 2024-10-16T01:08:27.623Z (24 days ago)
- Language: Go
- Size: 2.66 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - Realtime Todo App - This is a Go Todo App using WebSockets, HTMX, and DOM-Morphing. (Examples by Back-end / Go)
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