Skip to content

mimuw-jnp2-rust/project-chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a repository of my final project for the Languages and tools for programming II (pol. Języki i Narzędzia Programowania II / JNP2) course offered by the Faculty of Mathematics, Informatics and Mechanics at the University of Warsaw in the 2021/2022 summer semester.

The Rust group had its first edition at the time of writing this project. It was a successful experiment carried out by experienced rustaceans:

Authors

Myself and my friend Jan Zembowicz.

Brief description

The project I decided to write was a simple command-line multi-room chat application. It uses both HTTP and WebSocket protocols.

Full description

You can find a more in-depth description here.

Running the app

You can run a single instance of the server using this command in your terminal:

cargo run --bin server

and multiple clients like so:

cargo run --bin server

About

project-chatter created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages