Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 353 Bytes

Very simple server protocol for running a chat service. Uses the following commands to manage ArrayLists of Strings.

JOIN-- Prints the full log of Strings for a channel. NAME-- Changes the name logged for each message. CHANNEL-- Changes what channel you're logging a message to. SEND-- Sents a message to the current channel. QUIT-- Ends the session.