MVC framework for web programming

Hey there, does anyone know a good GO web MVC framework?

Heres a pretty complete list of Go based web frameworks:
https://github.com/avelino/awesome-go#web-frameworks

Before you use one I would first take a look on this article on Medium:
https://medium.com/code-zen/why-i-don-t-use-go-web-frameworks-1087e1facfa4

And if your really interested in the non-framework approach take a look at this book:
https://github.com/thewhitetulip/web-dev-golang-anti-textbook

1 Like

You speak about “medium” but link to the awesome list a second time, an accident?

1 Like

Accident sorry

Buffalo is a great framework, brings the ‘ruby on rails’ spirit to golang

1 Like

Thanks guys! Imma take a look… I still use PHP and Java+Vraptor for doing web but I wanna migrate it to GO… Tnx.

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