echo-server Simple http-server with only two endpoints Build: git clone git@github.com:awnzl/echo-server.git cd echo-server make To run just execute ./bin/server Usage: curl localhost:8080 curl -X POST localhost:8080/echo -d '{"word": "ha-ha-ha"}'