/echo_server

An echo server written in rust!

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Hello Server

This is a dumb server that responds to every request with a reversed greeting.

I wrote it in rust because I love rust.

It uses tokio under the hood because I think that's a pretty cool library.

(Full disclosure: this is just the product of following the tokio tutorial).