29 lines
1.2 KiB
Markdown
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!
|
|
|
|
[](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). |