Skip to content

Commit bce07c5

Browse files
authored
github.com/gorilla/websocket has been active again
gorilla's websocket package is removed from recommendation at ad92d3d. When the recommendation was removed, Gorilla project didn't have any active maintainers and was inacitve, but the project got new maintainers and returned active at 2023 July. It is still the most popular WebSocket's implementation (more than 20,000 packages use it) and much bigger than other packages. I think it should be recommended package again.
1 parent 88194ad commit bce07c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

websocket/websocket.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
// Package websocket implements a client and server for the WebSocket protocol
66
// as specified in RFC 6455.
77
//
8-
// This package currently lacks some features found in an alternative
9-
// and more actively maintained WebSocket package:
8+
// This package currently lacks some features found in alternative
9+
// and more actively maintained WebSocket packages:
1010
//
1111
// https://pkg.go.dev/nhooyr.io/websocket
12+
// https://pkg.go.dev/github.com/gorilla/websocket
1213
package websocket // import "golang.org/x/net/websocket"
1314

1415
import (

0 commit comments

Comments
 (0)