27 lines
783 B
Markdown
27 lines
783 B
Markdown
<img width="150" src="https://git.company.lan/gopkg/recws/raw/branch/main/recws-logo.png" alt="logo">
|
|
|
|
# recws
|
|
|
|
**_This is fork of [recws-org/recws](https://github.com/recws-org/recws) with some fixes_**
|
|
|
|
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!
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
go get git.company.lan/gopkg/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).
|