Skip to content

Wzc2016/distributed-group-chat-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

distributed-group-chat-system

This is a course project of CS425 in UIUC.

The document is available here

Install and run

go build main.go

./main <name> <port> <n>

Below is a sample run of the program:

$ ./main Alice 4444 3
READY
Hi everyone!
Bob: Hi Alice!
Charlie: Hey!
Bob: whoops, gotta go
Bob has left

You may NOT run this program on your own machine. You can only run this program on our VMs.

OR you can modify the hosts to be a list of your own machines's hostnames.

Report

You can view the design of the system in report.pdf.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages