Skip to content

This is a test program to use tokio in rust: a echo server and a client

Notifications You must be signed in to change notification settings

gudengxia/AsynNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsynNetwork

This is a test program to use tokio in rust: a echo server and a client The AsynServer is a rust program that receives messages from the client, using splitted I/O. When its reader task receives a message from client, it sends the message to the writer thread through channel, then the writer send the message back to the client. The AsynClient sends a message to the server and receives the echo from the server in a seperate task.

About

This is a test program to use tokio in rust: a echo server and a client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages