Categorygithub.com/dvonthenen/websocket
repositorypackage
1.5.1-dyv.2
Repository: https://github.com/dvonthenen/websocket.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

WebSocket package

GoDoc CircleCI

This WebSocket is a Go implementation of the WebSocket protocol.


Documentation

Status

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

Installation

go get github.com/dvonthenen/websocket

Protocol Compliance

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