vendor/github.com/gorilla/websocket/README.md
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
child 260 445e01aede7e
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     6 Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
     6 Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
     7 [WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol.
     7 [WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol.
     8 
     8 
     9 ### Documentation
     9 ### Documentation
    10 
    10 
    11 * [API Reference](http://godoc.org/github.com/gorilla/websocket)
    11 * [API Reference](https://pkg.go.dev/github.com/gorilla/websocket?tab=doc)
    12 * [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat)
    12 * [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat)
    13 * [Command example](https://github.com/gorilla/websocket/tree/master/examples/command)
    13 * [Command example](https://github.com/gorilla/websocket/tree/master/examples/command)
    14 * [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo)
    14 * [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo)
    15 * [File watch example](https://github.com/gorilla/websocket/tree/master/examples/filewatch)
    15 * [File watch example](https://github.com/gorilla/websocket/tree/master/examples/filewatch)
    16 
    16