Examples of well-crafted, non-trivial web applications

I’m new to the language environment and looking for examples of how to craft a sustainable web application in Go. Most of the examples I’ve found so far are one-file wonders. That makes for a great “get a server up and running in a few minutes” story, but that’s not what I want.

Can anyone point me to an API server that has been in development for months at least and feels like a good demonstration of best practices and organization?

Essentially the same question was asked in 2015. I’ve read through most of those responses and several of those apps remain vibrant and viable today.

That said, I’m still wondering if there are other examples that have come to attention in the last few years that weren’t mentioned there.

Thanks!

1 Like

Might want to consider these:

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