Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/katsew/kodama
- Owner: katsew
- Created: 2017-11-29T16:03:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T11:56:36.000Z (over 6 years ago)
- Last Synced: 2024-11-15T04:37:24.234Z (3 months ago)
- Topics: docker, docker-image, echo-client, echo-server, go, golang
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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