An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



WebSocket library by aah framework


Build Status Code Coverage Go Report Card Release Version Godoc Twitter @aahframework

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.