https://github.com/kvendingoldo/echo-http-server
https://github.com/kvendingoldo/echo-http-server
echo-http go
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kvendingoldo/echo-http-server
- Owner: kvendingoldo
- License: mit
- Created: 2021-10-01T18:36:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T21:53:43.000Z (over 1 year ago)
- Last Synced: 2025-02-27T04:47:47.443Z (3 months ago)
- Topics: echo-http, go
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# echo-http-server
A simple HTTP server is a program that listens for incoming requests from clients on a specified port (`SERVER_PORT`),
and then sends a response back to the client. The application is delivered as docker container.You may try it via the following command: `docker run -it -p 8089:8089 -e SERVER_PORT=8089 kvendingoldo/echo-http-server`