Skip to content

Commit bddc506

Browse files
committed
Merge branch 'docs'
2 parents b97c4ae + c59b16e commit bddc506

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ See [example_test.go](example_test.go) for more examples.
111111

112112
## Comparison
113113

114-
### [gorilla/websocket](https://github.com/gorilla/websocket)
114+
### gorilla/websocket
115+
116+
https://github.com/gorilla/websocket
115117

116118
This package is the community standard but it is very old and over timennn
117119
has accumulated cruft. There are many ways to do the same thing and the API
@@ -122,13 +124,17 @@ overall is just not very clear. Just compare the godoc of
122124
The API for nhooyr/ws has been designed such that there is only one way to do things
123125
and with HTTP/2 in mind which makes using it correctly and safely much easier.
124126

125-
### [x/net/websocket](https://godoc.org/golang.org/x/net/websocket)
127+
### x/net/websocket
128+
129+
https://godoc.org/golang.org/x/net/websocket
126130

127131
Unmaintained and the API does not reflect WebSocket semantics. Should never be used.
128132

129133
See https://github.com/golang/go/issues/18152
130134

131-
### [gobwas/ws](https://github.com/gobwas/ws)
135+
### gobwas/ws
136+
137+
https://github.com/gobwas/ws
132138

133139
This library has an extremely flexible API but that comes at the cost of usability
134140
and clarity. Its just not clear how to do things in a safe manner.

0 commit comments

Comments
 (0)