2
0
Files
recws/README.md
T
Lucas Löffel 6380b1a5f1 added sponsor
2021-03-16 09:33:38 +01:00

29 lines
1.2 KiB
Markdown

<img width="150" src="https://raw.githubusercontent.com/recws-org/recws/master/recws-logo.png" alt="logo">
# 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!
[![Build Status](https://travis-ci.com/recws-org/recws.svg?branch=master)](https://travis-ci.com/recws-org/recws)
[![GoDoc](https://godoc.org/github.com/mariuspass/recws?status.svg)](https://godoc.org/github.com/mariuspass/recws)
[![Go Report Card](https://goreportcard.com/badge/github.com/mariuspass/recws)](https://goreportcard.com/report/github.com/mariuspass/recws)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](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).