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

https://github.com/tstarck/ecco

Fast and minimal http echo server
https://github.com/tstarck/ecco

echo-server golang http-server

Last synced: 7 months ago
JSON representation

Fast and minimal http echo server

Awesome Lists containing this project

README

          

# ecco

Fast and minimal http echo server. Easy to deploy with docker. Great for testing.

## Usage

Choose an ID/name for your *ecco* instance and run it:

docker run -it --rm -p 8000:8000 tuomasstarck/ecco -n

Or when you want to develop and debug *ecco*:

docker build -f Dockerfile.dev -t ecco-dev .
docker run -it --rm -p 8000:8000 -v $(pwd):/app --name ecco-dev -n

## License

[ISC](LICENSE)