top | item 40711454

(no title)

pondidum | 1 year ago

Go: go templates and fiber for http serving. I have a mini framework for adding some structure to the templates (folder per feature: contains controller, templates, etc, and some naming conventions)

discuss

order

jjude|1 year ago

I too use go + fiber + htmx.

> mini framework for adding some structure to the templates

Would be good to read little more about this mini-framework

Art9681|1 year ago

This is my stack as well and it works great.