/client_server_chat

A simple two way chat based on the client server network model

Primary LanguageC++GNU General Public License v3.0GPL-3.0

client_server_chat

A simple two way chat based on the client server network model

The server executable takes 1 arugiment. The port is suppose to listen on.

The client executable takes 2 arguments. The server IP address and the port to use.