felippe-mendonca / http-echo

A tiny go web server that echos what you start it with!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tiny go web server that echos what you start it with!

License:Mozilla Public License 2.0


Languages

Language:Makefile 61.7%Language:Go 38.3%