This is Echo Server, written in Rust Programming Language.
$ git clone https://github.com/tpywao/echo_server.git
$ cd echo_server
$ cargo run
$ telnet localhost 8080
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.