# Go Web Programming ## Links - [GitHub - akrylysov/algnhsa: AWS Lambda Go net/http server adapter](https://github.com/akrylysov/algnhsa) - hook up net/http to [[AWS Lambda]] (with [[API Gateway]] I presume) ## Templating languages - [Templ: A language for writing HTML user interfaces in Go | Hacker News](https://news.ycombinator.com/item?id=38597599) - From there: - [GitHub - julvo/htmlgo: A library for writing type-safe HTML in Golang](https://github.com/julvo/htmlgo) - [GitHub - rohanthewiz/element: Native Go (golang) HTML generator - template eliminator](https://github.com/rohanthewiz/element) - [GitHub - valyala/quicktemplate: Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template](https://github.com/valyala/quicktemplate) - [gomponents, view components in pure Go](https://www.gomponents.com) - [GitHub - maragudk/gomponents-htmx: HTMX attributes and helpers for gomponents.](https://github.com/maragudk/gomponents-htmx) Of course the [[htmx]] framework is strongly related to HTML templates.