Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 748 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 748 Bytes

Console Chat

This a program for experimenting with client-server interaction using a chatroom in which users connect to a port and a server dispatches messages to each user in the chatroom. There is also some experimentation with private messaging between users, sending file contents, and having user commands.

Usage

./server [port] (run the server)
./client [port] (connect to the server-hosted chatroom)

Example

Server hosting the chatroom:
Server in action

Client connecting and using the chatroom:
Client in action

Client using the user commands:
Client testing out user commands