Skip to content

jaekwon/go-websocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-WebSocket

Go-WebSocket is a Go implementation of the WebSocket protocol.

Go-WebSocket passes the server tests in the Autobahn WebSockets Test Suite using the application in the test subdirectory.

Installation

go get github.com/garyburd/go-websocket/websocket

Documentation

License

Go-WebSocket is available under the Apache License, Version 2.0.

Related packages

The gowebsocket package wraps the websocket.Conn type with an implementation of the net.Conn interface.

Go-WebSocket compared with other packages

Go-WebSocket go.net
Protocol supportRFC 6455RFC 6455, Hixie 76, Hixie 75
Send pings and receive pongsYesNo
Send close messageYesNo
Limit size of received messageYesNo
Stream messagesYesNo
Specify IO buffer sizeYesNo

About

Go-WebSocket is a Go implementation of the WebSocket protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%