▲ 3 ▼ Top 6 web frameworks for go as of 2017
Don't know which Go web framework to chose?
Read the article above and go through the most complete Go web framework comparison as of today.
Register to comment or vote on this story
Don't know which Go web framework to chose?
Read the article above and go through the most complete Go web framework comparison as of today.
I’d disagree that this is complete or comprehensive. Have you had a lot of experience using all of these frameworks?
Gorilla is missing.
I assume that is missing because Gorilla is not a framework. It's just a router, a good one (although slow) but just that.
Also I agree on your comment about popularity, iris has only 8k stars while, hope that you will agree with me, it should be more popular from gin or echo for example, because of the features and the performance.
Gorilla is not just a router, it has a set of packages covering most of what you’d need in a web app. I think it’s a better example than most of the frameworks in this list.
Also you can check the article directly on github: https://github.com/speedwheel/awesome-go-web-frameworks/