Skip to content

0x5d/udp-pong-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp-pong-rs

A basic UDP pong server to learn Rust.

I wanted to see what a very basic UDP server looks like in Rust, so I made this. Maybe it would be useful to implement a gossip protocol in Rust? :)

Run it

cargo run <response> <port>
nc -u 127.0.0.1 <port>
# Type something and it will respond with <response>

About

A basic UDP pong server to learn Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages