Skip to content

1995parham-learning/echo.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages