Skip to content

JesseChing/rust_tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_tcp

A simple tcp server that written in rustlang

How to build

In the root dir

cargo run

Then you can do a test by using telnet as a client

telnet 127.0.0.1 8080

Also support Web Browser

http://127.0.0.1:8080/

ScreenShot

Server

ScreenShot of Server

Client

ScreenShot of Cline

About

A simple tcp server that written in rustlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published