/echo.rs

Echo server in Rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

echo.rs

GitHub Workflow Status

Introduction

echo.rs is an implementation of echo server in rust. echo server echo back everything you send to it. It works over TCP.

Usage

Lunch echo.rs simply by

cargo run -- 127.0.0.1:1378 &
telnet 127.0.0.1 1378