https://github.com/atreugo/websocket
WebSocket implementation for Atreugo
https://github.com/atreugo/websocket
atreugo fasthttp go golang websocket
Last synced: 5 months ago
JSON representation
WebSocket implementation for Atreugo
- Host: GitHub
- URL: https://github.com/atreugo/websocket
- Owner: atreugo
- License: apache-2.0
- Created: 2020-04-08T10:01:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T11:26:05.000Z (about 3 years ago)
- Last Synced: 2024-06-20T19:27:12.605Z (almost 2 years ago)
- Topics: atreugo, fasthttp, go, golang, websocket
- Language: Go
- Size: 51.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Websocket
[](https://github.com/atreugo/websocket/actions)
[](https://goreportcard.com/report/github.com/atreugo/websocket)
[](https://pkg.go.dev/github.com/atreugo/websocket)
[](https://github.com/atreugo/websocket/releases)
Websocket implementation for Atreugo
Based on: [fasthttp/websocket](https://github.com/fasthttp/websocket)
## Install
```bash
go get github.com/atreugo/websocket
```
## How it works?
Go to [examples](https://github.com/atreugo/examples/tree/master/websocket) to see how to use it.
## Contributing
**Feel free to contribute...** :wink: