/echo_server

rust echo server

Primary LanguageRust

What's this?

This is Echo Server, written in Rust Programming Language.

How to

Run Echo Server

$ git clone https://github.com/tpywao/echo_server.git
$ cd echo_server
$ cargo run

Connect Echo Server

$ telnet localhost 8080
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.