/wsockets

Go Implementation of the websocket protocol RFC 6455.

Primary LanguageGo

Gosock

Implementation of the websocket protocol.

Supports

  • Opening Handshake
  • Closing handshake
  • Send data (up to 125 bytes)
  • Ping
  • TLS

Examples

The repo comes with a echo example.

Usage:

git clone https://github.com/segfult/gosock
cd gosock/
go run _examples/echo.go

echo

References