Iris: Fast back-end web framework for Go
iris-go.com
Iris: Fast back-end web framework for Go
1–10 of 125 posts
Re: Iris: Fast back-end web framework for Go
#2[deleted]
Re: Iris: Fast back-end web framework for Go
#3The performance comes from using https://github.com/valyala/fasthttp instead of the stdlib net/http. From this project's FAQ:
>Why creating yet another http package instead of optimizing net/http?
Because net/http API limits many optimization opportunities.
Re: Iris: Fast back-end web framework for Go
#4The graph on the homepage says echo2-fasthttp processed almost half the requests that iris processed, but in half the time. Wouldn't that make them approximately equal? I think what it's trying to communicate is the number of requests each framework managed in 500ms, but it isn't clear.
Re: Iris: Fast back-end web framework for Go
#5Features: https://kataras.gitbooks.io/iris/content/features.html
(seems to be missing a data/SQL/ORM layer)
Usage docs for rest api: https://kataras.gitbooks.io/iris/content/render_rest.html#us...
Re: Iris: Fast back-end web framework for Go
#6"It’s gonna work good on all devices."
Don't they mean work well?
Re: Iris: Fast back-end web framework for Go
#7That graph is really confusing, is the x axis a progression of processing times from 0 up to ~1000ms? If so then wouldn't it mean that Echo-2-fasthttp has nearly as good requests/second?
Re: Iris: Fast back-end web framework for Go
#8That graph is really confusing, is the x axis a progression of processing times from 0 up to ~1000ms? If so then wouldn't it mean that Echo-2-fasthttp has nearly as good requests/second?
It is confusing. They meant the benchmark used a 500ms "workload" (sleep) per request handler -- x isn't really an axis.
Re: Iris: Fast back-end web framework for Go
#9Not only is this page riddled with typos that lead me to doubt the quality of the code, the concept of a framework is fundamentally complex and at odds with the goals of Go.
Re: Iris: Fast back-end web framework for Go
#10Not only is this page riddled with typos that lead me to doubt the quality of the code, the concept of a framework is fundamentally complex and at odds with the goals of Go.
The project creator is from Greece and is not a native English speaker. How about maybe cut some slack.