Building your own client server chatroom
Socket Creation : socket()
Establish Connection : connect()
Exchanging Data: recv() and send()
Socket Close: close()
https://github.com/Roodram/ACM_linux_workshop
sudo apt-get install g++