echoserver Simple EchoServer made in Go (GoLang). Usage Run make build Run ./bin/echo <port> (The <port> is optional and the default value is 3333) Connect to the server (for example, use netcat: nc <ip> <port>) Run make help to see all commands.