# websocket **Repository Path**: wpkg/websocket ## Basic Information - **Project Name**: websocket - **Description**: A fast, well-tested and widely used WebSocket implementation for Go. fork from github.com/gorilla/websocket - **Primary Language**: Go - **License**: BSD-2-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-07 - **Last Updated**: 2023-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gorilla WebSocket [![GoDoc](https://godoc.org/gitee.com/wpkg/websocket?status.svg)](https://godoc.org/gitee.com/wpkg/websocket) [![CircleCI](https://circleci.com/gh/gorilla/websocket.svg?style=svg)](https://circleci.com/gh/gorilla/websocket) Gorilla WebSocket is a [Go](http://golang.org/) implementation of the [WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol. --- **The Gorilla project has been archived, and is no longer under active maintainenance. You can read more here: https://github.com/gorilla#gorilla-toolkit** --- ### Documentation * [API Reference](https://pkg.go.dev/gitee.com/wpkg/websocket?tab=doc) * [Chat example](https://gitee.com/wpkg/websocket/tree/master/examples/chat) * [Command example](https://gitee.com/wpkg/websocket/tree/master/examples/command) * [Client and server example](https://gitee.com/wpkg/websocket/tree/master/examples/echo) * [File watch example](https://gitee.com/wpkg/websocket/tree/master/examples/filewatch) ### Status The Gorilla WebSocket package provides a complete and tested implementation of the [WebSocket](http://www.rfc-editor.org/rfc/rfc6455.txt) protocol. The package API is stable. ### Installation go get gitee.com/wpkg/websocket ### Protocol Compliance The Gorilla WebSocket package passes the server tests in the [Autobahn Test Suite](https://github.com/crossbario/autobahn-testsuite) using the application in the [examples/autobahn subdirectory](https://gitee.com/wpkg/websocket/tree/master/examples/autobahn).