Asynchronous TCP server implementing Echo Protocol.
- One goroutine handles one connection.
- Gracefully stopping the server and closing all active connections.
- Ability to write and use custom MessageHandler instead of EchoHandler.
docker-compose up
telnet 127.0.0.1 7
