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