diff --git a/README.md b/README.md index 44f6c3ae4abfc4c3efda9232f91ccbc496b9b462..3f42742797ba92924294b9367bc7f159bef8e6d1 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,6 @@ only 1400 lines whereas gorilla/websocket is at 3500 lines. That's more code to The future of gorilla/websocket is also uncertain. See [gorilla/websocket#370](https://github.com/gorilla/websocket/issues/370). -Pure conjecture but I would argue that the sprawling API has made it difficult to maintain. - Moreover, nhooyr/websocket has support for newer Go idioms such as context.Context and also uses net/http's Client and ResponseWriter directly for WebSocket handshakes. gorilla/websocket writes its handshakes to the underlying net.Conn which means