Azareal / Gosora

Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
https://gosora-project.com/
GNU General Public License v3.0
164 stars 16 forks source link

Moving from net/http to fasthttp? #55

Closed nickname76 closed 5 years ago

nickname76 commented 5 years ago

Fasthttp is much faster than net/http, so perfomance of the Gosora might became much bigger https://github.com/valyala/fasthttp#switching-from-nethttp-to-fasthttp

Azareal commented 5 years ago

I don't think FastHTTP supports HTTP/2, only HTTP/1.1

nickname76 commented 5 years ago

Oh really... Then sorry for waste issue!