TCP Chat Room

Back-end chat server allowing multiple clients to connect via the command line and chat with each other using short commands (@all, @dm, @nick); includes unit tests.
github

Featuring a chat server for the command line, displaying a welcome message with how many users are connected:

chat-server-pic

Allowing multiple users to connect and chat using short commands (@dm, @nick, @all). Here we see chat client 1:

chat-client-pic-1

and chat client 2:

chat-client-pic-2

and chat client 3:

chat-client-pic-3Back