git clone https://github.com/kudrykv/demochat.git
cd demochat
go mod download
go build -o dc ./app
./dc
Navigate to the localhost:8080. Set the nickname, pick the room, and chat.
git clone https://github.com/kudrykv/demochat.git
cd demochat
go mod download
go build -o dc ./app
./dc
Navigate to the localhost:8080. Set the nickname, pick the room, and chat.