frangte / recws

Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped and keeps the connection alive - thread safe!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

recws

Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped - thread safe!

Build Status GoDoc Go Report Card GitHub license

Installation

go get github.com/recws-org/recws

Logo

License

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

About

Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped and keeps the connection alive - thread safe!

License:MIT License


Languages

Language:Go 99.4%Language:Makefile 0.6%