MCPcopy Create free account
hub / github.com/gorilla/websocket

github.com/gorilla/websocket

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.5.0 ↗ · + Follow · compare 2 versions
301 symbols 1,001 edges 35 files ⚖ BSD-2-Clause 104 documented · 35% updated 17mo agov1.5.3 · 2024-06-14★ 24,86247 open issues

Browse by type

Functions 256 Types & classes 45
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.


⚠️ The Gorilla WebSocket Package is looking for a new maintainer


Documentation

Status

The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.

Installation

go get github.com/gorilla/websocket

Protocol Compliance

The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 146
Method 110
Struct 41
Interface 2
FuncType 1
TypeAlias 1

Languages

Go100%

Modules by API surface

conn.go61 symbols
client_server_test.go40 symbols
conn_test.go37 symbols
x_net_proxy.go24 symbols
server.go14 symbols
examples/autobahn/server.go12 symbols
compression.go11 symbols
conn_broadcast_test.go9 symbols
util.go8 symbols
prepared.go8 symbols
examples/command/main.go7 symbols
compression_test.go7 symbols

For agents

$ claude mcp add websocket \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page