Skip to content

chamons/rusty-socket-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-socket-echo

This is a sample which uses tokio to create a simple client/server that speak a common protocol for echo.

Instead of a simple line protocol (repeat each line and quit when the socket closes), this projcet uses enums serialized with bincode to connect/disconnect sessions. Admittingly this is overkill for this example, but it was for learning.

About

A simple socket echo example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages