go - Combining net/http and fasthttp -
i looking fast framework go , stumbled upon fasthttp https://github.com/valyala/fasthttp according developer , benchmark 10x faster golang net/http package. i'm familiar gorilla toolkit , other net/http based frameworks gin-gonic, goji, , gocraft.
my question is: possible mix net/http framework / toolkits fasthttp example use gorilla packages echo / iris (fasthttp frameworks)?
i checking iris framework , saw in documentation https://kataras.gitbooks.io/iris/content/using-native-httphandler.html it's possible use net/http framework. framework using https://github.com/valyala/fasthttp/fasthttpadaptor convert native net/http handler fasthttp handler.
Comments
Post a Comment