Skip to content

A fast, well-tested and widely used WebSocket implementation for Go.

License

Notifications You must be signed in to change notification settings

go-extras/websocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Extras WebSocket

GoDoc Build Status

Go-Extras WebSocket is a Go implementation of the WebSocket protocol. It is based on Gorilla Websocket, which was archived by its authors in Dec 2022.

Documentation

Status

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

Installation

go get github.com/go-extras/websocket

Protocol Compliance

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

Contribution

Contributions are welcome! Please feel free to submit any issues or pull requests.

License

This module is licensed under the BSD-2-Clause License. See the LICENSE file for details.

About

A fast, well-tested and widely used WebSocket implementation for Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%