Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 501 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 501 Bytes

Build Status

rust-chat-server

Image 1

NOTE: The code contains a lot of comments explaining how the server works.

Installation

vagrant up

Connection

vagrant ssh

Execution

cargo run

Generate documentation

cargo rustdoc -- --no-defaults

Send messages from your host

nc localhost 9090