buaazp / fasthttprouter

A high performance fasthttp request router that scales well
http://godoc.org/github.com/buaazp/fasthttprouter
BSD 3-Clause "New" or "Revised" License
872 stars 91 forks source link

Integrate with gorilla/websocket #50

Closed AhmadMuzakkir closed 5 years ago

AhmadMuzakkir commented 5 years ago

Is it possible to use gorilla/websocket with this library ?

I could not figure out the way to get http.ResponseWriter, and *http.Request.

AhmadMuzakkir commented 5 years ago

Found https://github.com/fasthttp/websocket .