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

https://github.com/mdmfernandes/learn-go-htmx

Learn HMTX using a Go server
https://github.com/mdmfernandes/learn-go-htmx

Last synced: 3 months ago
JSON representation

Learn HMTX using a Go server

Awesome Lists containing this project

README

        

# Learn HTMX

Learn HTMX using a Go server.

Learning from [HTMX & Go with ThePrimeagen](https://frontendmasters.com/courses/htmx) course on [Frontend Masters](https://frontendmasters.com).

The key difference is that I use Go's _net/http_ instead of _echo_ for the server. This is only possible since
[Go 1.22](https://go.dev/blog/go1.22).