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