Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to another gorilla/websocket package #40

Open
songbinliu opened this issue Jan 18, 2018 · 0 comments
Open

switch to another gorilla/websocket package #40

songbinliu opened this issue Jan 18, 2018 · 0 comments

Comments

@songbinliu
Copy link
Contributor

According to the golang official statement,
This package(golang.org/x/net/websocket) currently lacks some features found in an alternative and more actively maintained WebSocket package: https://godoc.org/github.com/gorilla/websocket

The drawbacks of x/net/websocket are:

  • Less actively maintained;
  • Lack some features: especially the ping-pong protocol(RFC 6455), which is essential for keeping alive check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant