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
- Host: GitHub
- URL: https://github.com/tstarck/ecco
- Owner: tstarck
- License: isc
- Created: 2018-04-16T18:56:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T19:23:22.000Z (almost 8 years ago)
- Last Synced: 2025-06-30T20:46:56.614Z (8 months ago)
- Topics: echo-server, golang, http-server
- Language: Go
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)