8000 GitHub - ariskou/http-echo: A tiny go web server that echos what you start it with!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ariskou/http-echo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 54.8%
  • Go 38.3%
  • Dockerfile 6.9%
0