Closed shahriar350 closed 2 years ago
FastHTTP is not supported by gorilla/websocket
-
fasthttp/websocket is a fork of gorilla/websocket. What are the odds this might be adapted?
I did a super quick hacky fork of Melody because I needed it to work with Fiber as well: https://github.com/codecat/melody
Definitely not gonna be maintaining it as much (I also removed the tests because I didn't wanna rewrite all of those), but it's usable in its current state, if anyone needs it.
api.Get("/live", func(c *fiber.Ctx) error {
return gMelody.HandleRequest(c.Context())
})
I am working with GoFiber. I feel comfortable seeing this WebSocket framework. Can I use this in my GoFiber application?