nethttp awesome
frame
github.com/labstack/echo
github.com/gin-gonic/gin
github.com/astaxie/beego
router
github.com/go-chi/chi
github.com/julienschmidt/httprouter
github.com/gorilla/mux
性能耗时httprouter=1 chi=5 mux=20+(估计值),chi路由器具有路由优先级。
webscoekt
golang.org/x/net/websocket(废弃)
github.com/gorilla/websocket
github.com/gobwas/ws
nhooyr.io/websocket
session
github.com/astaxie/beego/session
github.com/gorilla/sessions
proxy
net/http/httputil
Last updated
Was this helpful?