https://github.com/xmidt-org/kratos
https://github.com/xmidt-org/kratos
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmidt-org/kratos
- Owner: xmidt-org
- License: apache-2.0
- Created: 2016-08-16T17:01:23.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T08:20:18.000Z (2 months ago)
- Last Synced: 2025-03-23T12:32:53.173Z (2 months ago)
- Language: Go
- Size: 799 KB
- Stars: 4
- Watchers: 20
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# kratos, the client emulator
[](https://github.com/xmidt-org/kratos/actions/workflows/ci.yml)
[](https://github.com/xmidt-org/kratos/actions/workflows/updater.yml)
[](http://codecov.io/github/xmidt-org/kratos?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/kratos)
[](https://sonarcloud.io/dashboard?id=xmidt-org_kratos)
[](https://github.com/xmidt-org/kratos/blob/main/LICENSE)
[](CHANGELOG.md)
[](https://pkg.go.dev/github.com/xmidt-org/kratos)Websocket wrapper that provides a simple API for making new connections,
sending messages on that connection, and providing a way to handle received
messages.## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [How to Install](#how-to-install)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.## How to Install
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.## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).