libp2p / go-ws-transport

a websocket implementation of a go-libp2p transport
Other
60 stars 18 forks source link

Replace net/websocket with gorilla/websocket #12

Closed dignifiedquire closed 7 years ago

dignifiedquire commented 7 years ago

From comments and documentation it looks like gorilla is much more stable and actually feature complete. x/net does not pass the full Autobahn test suite, nor does it seem to support features like ping and close messages. Even the x/net docs recommend gorilla and there is talk about deprecating x/net entirely

Refs