https://github.com/go-aah/ws
WebSocket library by aah framework
https://github.com/go-aah/ws
aah aah-framework aahframework golang golang-library websocket
Last synced: about 2 months ago
JSON representation
WebSocket library by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/ws
- Owner: go-aah
- License: mit
- Created: 2018-04-13T07:20:56.000Z (about 7 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-10-19T05:53:10.000Z (over 6 years ago)
- Last Synced: 2025-01-25T19:16:10.690Z (5 months ago)
- Topics: aah, aah-framework, aahframework, golang, golang-library, websocket
- Language: Go
- Homepage: https://docs.aahframework.org/websocket.html
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
WebSocket library by aah framework
aah WS is RFC 6455 compliant; internally it uses tiny, efficient [WebSocket library](http://github.com/gobwas/ws) developed by [Sergey Kamardin](https://github.com/gobwas).
### News
* `v0.4.0` [released](https://github.com/go-aah/ws/releases/latest) and tagged on Aug 05, 2018.
## Installation
```bash
go get -u aahframework.org/ws.v0
```Visit official website https://aahframework.org to learn more about `aah` framework.