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.
- Host: GitHub
- URL: https://github.com/lossdev/websockit
- Owner: lossdev
- License: mit
- Created: 2022-06-14T01:20:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T22:36:05.000Z (about 4 years ago)
- Last Synced: 2024-06-21T09:45:44.607Z (about 2 years ago)
- Topics: go, golang, golang-library, websocket, websocket-client, websocket-library, websocket-server, websockets
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# websockit
[](https://pkg.go.dev/github.com/lossdev/websockit)
[](https://goreportcard.com/report/github.com/lossdev/websockit)
[](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