49 Go Projects You Should Know Megapack EP1

Tom Smykowski
20 min readFeb 5, 2024
Photo by Josh Sorenson / Pexels, Illustration: Me using Krita. Amazing Open Source Tool!

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!

Link

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

--

--

Tom Smykowski

Software Engineer & Tech Editor. Top 2% on StackOverflow, 3mil views on Quora. Won Shattered Pixel Dungeon.