Skip to content

Latest commit

 

History

History

sockets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build

Run make to build the project. The output will be in the build directory.

To clean up the build directory, run make clean.

Run

Run the server with the following command:

./build/server 6666

And the client with the following command:

./build/client localhost 6666