Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katsew/kodama

Go echo client/server application for testing connectivity of servers(and containers) with ease.
https://github.com/katsew/kodama

docker docker-image echo-client echo-server go golang

Last synced: 14 days ago
JSON representation

Go echo client/server application for testing connectivity of servers(and containers) with ease.

Awesome Lists containing this project

README

        

# kodama

Simple echo client/server application for testing connectivity of containers(or k8s pods) with ease.

# Docker image

docker pull katsew/kodama:latest

# Usage

```
kodama [protocol] [launchType]

e.g. kodama http server
```

## Supported protocol

- http
- grpc

## Launch types

- client
- server

# Development

```
go get github.com/katsew/kodama
```

# License

MIT