UDP Relay Chat
- Open a terminal.
- Navigate to the directory containing
server.go. - Build the server using the command
go build -o server server.go.
- Open a new terminal.
- Navigate to the directory containing
client.go. - Build the client using the command
go build -o client client.go.
- Run the server using the command
./server --server-ip IP Here --server-port Port Here.
- Run the client using the command
./client --server-ip IP Here --server-port Port Here.
