Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

fasthttp golang websocket

Last synced: 19 days 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.