-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gin vs iris #1396
Comments
Hello @harishanumula that's a great question, you can check the issues and examples to learn more about their differences (in short: iris has everything gin provides plus a ton of other features and most complete solutions). However, I can write down some numbers about them: Gin
Iris
UPDATE: You can also read an older but fame enough (with more than 1.94k claps) blog post about their differences: Top 6 web frameworks for Go as of 2017. Thanks, |
Thanks so much for the prompt response, I see that you are very active in this, compared to most other repos. I am convinced to use Iris for my use-case, I hope other new golang developers will also get a good idea from your answer. |
That's great news @harishanumula, you can request for
|
I know there might be a bias when I am asking this here. But I want to understand in what cases Gin is better and in what cases iris is better. I see the github stars are increasing more for Gin than any other framework, so was wondering what would be better for the long-term.
https://star-history.t9t.io/#go-kit/kit&gin-gonic/gin&labstack/echo&gobuffalo/buffaloµ/go-micro&kataras/iris&astaxie/beego
The text was updated successfully, but these errors were encountered: