# Packages
No description provided by the author
# README
Gorilla WebSocket (Noooste forked)
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
Documentation
- API Reference
- Chat example
- Command example
- Client and server example
- File watch example
- Write buffer pool example
Status
The Noooste WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
Installation
go get github.com/Noooste/websocket
Protocol Compliance
The Noooste WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.