Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trim21/example-fasthttp-hijack-adaptor
- Owner: trim21
- Created: 2022-09-18T16:37:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T22:13:10.000Z (over 2 years ago)
- Last Synced: 2024-10-27T08:24:47.546Z (2 months ago)
- Topics: fasthttp, golang, websocket
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.