Kaijun / go-http-echo

Simple golang HTTP server to echo requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#go-http-echo

A simple golang HTTP server to echo requests

How to use

go run echo.go

This will start the HTTP server running on localhost, port 7893. To run on a different port, set the SERVER_PORT environment variable before running.

Once running, you can make requests from a browser (or any HTTP client) via http://localhost:7893/

About

Simple golang HTTP server to echo requests


Languages

Language:PLpgSQL 100.0%Language:Go 0.0%Language:Dockerfile 0.0%