/recws

Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped.

Primary LanguageGoMIT LicenseMIT

recws

Build Status GoDoc Go Report Card

Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped.

Installation

go get github.com/icamys/recws

Examples

See basic usage example.

License

recws is open-source software licensed under the MIT license.