Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 334 Bytes

File metadata and controls

37 lines (24 loc) · 334 Bytes

Chat Server

Compiled on Linux Ubuntu

Server

    g++ server.cpp api/api.cpp -o server

Client

    g++ -pthread client.cpp -o client

Run

Server

Before running:

    sudo apt install fortune-mod

Then:

    ./server

Client

    ./client localhost 23001 23002 23003