A multithreaded chat program written in C using POSIX sockets
sudo apt install build-essential ncurses-dev
Run the server using ./server and run the client using ./client.
The IP address of a machine can be found using ip a | grep inet or hostname -I.