https://github.com/recws-org/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!
https://github.com/recws-org/recws
go golang gorilla-websocket reconnecting-websocket websocket websocket-client
Last synced: 8 days ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/recws-org/recws
- Owner: recws-org
- License: mit
- Created: 2017-06-01T17:30:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T10:35:21.000Z (5 months ago)
- Last Synced: 2024-12-04T11:25:09.573Z (5 months ago)
- Topics: go, golang, gorilla-websocket, reconnecting-websocket, websocket, websocket-client
- Language: Go
- Homepage:
- Size: 119 KB
- Stars: 130
- Watchers: 4
- Forks: 62
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - 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! (Middlewares & framework add-ons)
README
# recws
Reconnecting WebSocket is a websocket client based on [gorilla/websocket](https://github.com/gorilla/websocket) that will automatically reconnect if the connection is dropped - thread safe!
[](https://travis-ci.com/recws-org/recws)
[](https://godoc.org/github.com/mariuspass/recws)
[](https://goreportcard.com/report/github.com/mariuspass/recws)
[](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)## Installation
```bash
go get github.com/recws-org/recws
```## Sponsors
- [Makeless - Saas Ecosystem](https://github.com/makeless)
## Logo
- Logo by [Anastasia Marx](https://www.behance.net/AnastasiaMarx)
- Gopher by [Gophers](https://github.com/egonelbre/gophers)## License
recws is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).