Closed
Description
I could just copy that issue: go-martini/martini#45
It's almost the same problem. I am new to go and working on my first small project. I am now almost done and wanted to add websockets.
But I ran into this error websocket: response does not implement http.Hijacker
.
I guess I could just rewrite some parts and use Martini or some other framework, but I really started to like Echo.
What do you think? Would it be possible to implement http.Hijack or would this be against the concept of Echo?
As in the Martini issue I would like to say: "please excuse me if this is just nonesense".