From 1fcb39cf49cd48b6a16dcbcaf5cce5aeb9fa0bb2 Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Tue, 24 Sep 2019 13:56:23 -0500 Subject: [PATCH] Mention how mature gorilla/websocket is in comparison --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5b8c90..a9149bf 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,11 @@ production. https://github.com/gorilla/websocket -This package is the community standard but it is 6 years old and over time -has accumulated cruft. There are too many ways to do the same thing. -Just compare the godoc of +The implementation of gorilla/websocket is 6 years old. As such, it is +widely used and very mature compared to nhooyr.io/websocket. + +On the other hand, it has accumulated cruft over the years. There are too many ways to do +the same thing. Just compare the godoc of [nhooyr/websocket](https://godoc.org/nhooyr.io/websocket) with [gorilla/websocket](https://godoc.org/github.com/gorilla/websocket) side by side. -- GitLab