Skip to content

Commit

Permalink
github.com/gorilla/websocket has been active again
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shibukawa authored Oct 6, 2023
1 parent 88194ad commit bce07c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions websocket/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
// Package websocket implements a client and server for the WebSocket protocol
// as specified in RFC 6455.
//
// This package currently lacks some features found in an alternative
// and more actively maintained WebSocket package:
// This package currently lacks some features found in alternative
// and more actively maintained WebSocket packages:
//
// https://pkg.go.dev/nhooyr.io/websocket
// https://pkg.go.dev/github.com/gorilla/websocket
package websocket // import "golang.org/x/net/websocket"

import (
Expand Down

0 comments on commit bce07c5

Please sign in to comment.