What are the large web apps that have been written in Go?

Any examples of complex progressive web apps? I.e. full featured ones that work with the DB, render every page as HTML first (and only then improve user experience with JS), etc.

Golang News is written in Go.

I’ve written a few other websites including high traffic sites in Go on a similar stack. Go is quite well suited to this sort of full stack web app I think. Haven’t met any significant hurdles while doing this.

The go blog is also written in go, though that’s quite a small app. I’d be interested in seeing some other examples of this sort of complex app as well.

What sort of app were you thinking of making?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.