Skip to content

joaocosta/gohello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gohello

Limited and Simple echo server implemented in go, as part of a personal learning effort.

Based on https://howistart.org/posts/go/1

Usage

Start server

git clone https://github.com/joaocosta/gohello.git
cd gohello
go build
./gohello

Send client requests

curl -X POST -d '{"message": "Hello World"}' http://localhost:49001/

About

Go playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages