Note: Compiling must be done using the make command and path of Boost::Asio(1.80+) must be specified in the makefile
Usage:
./server <PORT>
./client <User/Process Name> <HOST> <PORT>Note: HOST: IPv4 of Server Port: PORT of ChatRoom
Sample:
./server 8000
./client CLI 127.0.0.1 8000
./client CL2 127.0.0.1 8000