# http-echo **Repository Path**: hacker__007/http-echo ## Basic Information - **Project Name**: http-echo - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-22 - **Last Updated**: 2025-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README http-echo ========= HTTP Echo is a small go web server that serves the contents it was started with as an HTML page. The default port is 5678, but this is configurable via the `-listen` flag: ``` http-echo -listen=:8080 -text="hello world" ``` Then visit http://localhost:8080/ in your browser.