Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 230 Bytes

File metadata and controls

18 lines (15 loc) · 230 Bytes

network-program-server

Build project

cmake -B build
cmake --build build

Run

./build/chat_server [port] [webserver_port] [ip_address]

Run test

cd build
ctest . --extra_verbose --output_on_failure