An open API service indexing awesome lists of open source software.

https://github.com/trim21/example-fasthttp-hijack-adaptor


https://github.com/trim21/example-fasthttp-hijack-adaptor

fasthttp golang websocket

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

An example to adaptor `(*fasthttp.RequestCtx).Hijack` to `net/http.Hijacker` for websocket requests.

Not production ready, use on your own risk.

try `go run main.go` and visit ,
you should see websocket is working as expected.