Skip to content

A small chatroom for many clients to communicate within the terminal, built with a client-server architecture

Notifications You must be signed in to change notification settings

andrest50/console-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small chatroom for many clients to communicate within the terminal, built with a client-server architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published