oshankkumar / sockshop

A demo web application in Golang.
MIT License
13 stars 1 forks source link

Add user interface #4

Open hientt53 opened 7 months ago

hientt53 commented 7 months ago

The mistake for me because this is not really a Issue but I don't know how to contact you. Because your example is about Web Application, can you add the user interface using Go-Template or Tylermmorton/TMPL? I think it will be very useful and help this repo become more wonderful although it is now very good.

gedw99 commented 6 months ago

I am using htmx with golang. you can use it with Templ.

tons of examples of golang projects using it.

https://htmx.org

https://github.com/donseba/go-htmx. It has SSE too, so you can real time update the GUI with the HTML fragments when the DB, etc changes.