Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 415 Bytes

PING PONG, STOP

Rust

A concurrent PING / PONG server with a remote shutdown command, built in Rust with the Tokio runtime

Start server:

cargo run

Connect:

telnet 127.0.0.1:8080

Commands: PING, STOP

Responses: PONG, SURE