Skip to content

A Rust client/server capable of sending and receiving data.

License

Notifications You must be signed in to change notification settings

brynblack/rust-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-server

A Rust client/server capable of sending and receiving data.

How to use

cargo run --bin client <ip>:<port> <data>
cargo run --bin server <port>

Example:

cargo run --server 2525

cargo run --bin client 0.0.0.0:2525 meow

# Server output
meow

License

The source code for this project is licensed under the MIT license. You may find the conditions of the license here.

About

A Rust client/server capable of sending and receiving data.

Topics

Resources

License

Stars

Watchers

Forks

Languages