Websocket wrapper that provides a simple API for making new connections, sending messages on that connection, and providing a way to handle received messages.
This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.
This project uses go modules to manage its dependencies. This is best used with go 1.12+. to import this module, run:
go get github.com/xmidt-org/kratos@latest
or add it to your go.mod file for your project.
Refer to CONTRIBUTING.md.