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

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

Awesome Lists containing this project

README

          

# Websocket

[![Test status](https://github.com/atreugo/websocket/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/atreugo/websocket/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/atreugo/websocket)](https://goreportcard.com/report/github.com/atreugo/websocket)
[![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/atreugo/websocket)
[![GitHub release](https://img.shields.io/github/release/atreugo/websocket.svg)](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: