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

https://github.com/lossdev/websockit

Golang gorilla/websocket wrapper that provides customizable client and server implementations, read and write helpers, close and error handlers, and more.
https://github.com/lossdev/websockit

go golang golang-library websocket websocket-client websocket-library websocket-server websockets

Last synced: 3 months ago
JSON representation

Golang gorilla/websocket wrapper that provides customizable client and server implementations, read and write helpers, close and error handlers, and more.

Awesome Lists containing this project

README

          

# websockit

[![GoDoc](https://godoc.org/github.com/lossdev/websockit?status.png)](https://pkg.go.dev/github.com/lossdev/websockit)
[![Go Report Card](https://goreportcard.com/badge/github.com/lossdev/websockit)](https://goreportcard.com/report/github.com/lossdev/websockit)
[![CommitsSince](https://img.shields.io/github/commits-since/lossdev/websockit/latest.svg)](https://github.com/lossdev/websockit/releases)

Golang gorilla/websocket wrapper that provides customizable client and server implementations, read and write helpers, close and error handlers, and more

## Installation

```bash
go get github.com/lossdev/websockit
```

## Documentation

On [pkg.go.dev](https://pkg.go.dev/github.com/lossdev/websockit)

## Examples

An echo server and client example are provided in the [cmd](./cmd) directory