/URC

UDP Relay Chat

Primary LanguageGoMIT LicenseMIT

URC

UDP Relay Chat

How to Build

Server

  1. Open a terminal.
  2. Navigate to the directory containing server.go.
  3. Build the server using the command go build -o server server.go.

Client

  1. Open a new terminal.
  2. Navigate to the directory containing client.go.
  3. Build the client using the command go build -o client client.go.

How to Run

Server

  1. Run the server using the command ./server --server-ip IP Here --server-port Port Here.

Client

  1. Run the client using the command ./client --server-ip IP Here --server-port Port Here.

Screenshot of my project