49 Go Projects You Should Know Megapack EP1
20 min readFeb 5, 2024
Attention! I need nine more people to become members to write next article! Join now: https://medium.com/membership/@tomaszs2
1. Templ — Write HTML in Go
HTML template in Go language, source
What we’ve learned from modern web frameworks, it’s nice to feed HTML with reactive data sources. Templ is a proposal to do the same, but not with JavaScript but with Go. You can use HTML inside your Go code as it is, and use params to modify its behavior.
Subscribe!
2. Gost — Create Proxy, Port Forwarder Or Reverse Proxy
Diagram showing how Gost works, source
Gost is written in Go, and offers three ways to use it:
- proxy
- port forwarder
- reverse proxy