2
0
Files
recws/README.md
T
Lucas Löffel 3740ad72a6 fix install url
2019-07-30 18:20:13 +02:00

17 lines
765 B
Markdown

# 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.
[![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
```
## License
recws is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).