Skip to content

Simple asynchronous Rust chat client and server

Notifications You must be signed in to change notification settings

nastevens/simplechat

Repository files navigation

simplechat

A very simple chat program written in asynchronous Rust.

Running

Currently the server only runs on localhost using port 3000 and can be started with:

cargo run -p simplechat-server

Once the server is running clients can be connected with:

cargo run -p simplechat-client -- --name "John Smith"

Ctrl-C will exit the client or server.

About

Simple asynchronous Rust chat client and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages