Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 336 Bytes

File metadata and controls

16 lines (10 loc) · 336 Bytes

Distributed Group Chat System (CS425 MP1)

Format : go run main.go name port n

Example

Machine 1: go run main.go Bob 4444 2
Machine 2: go run main.go Alex 4444 2

Features

Reliable multicasting following causal order.
Failure detection enabled.


Made using Go