Skip to content

theokyr/SimpleChat-MLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleChatMLO

SimpleChatMLO is an adaptation of LLOSEng's Simple Chat, from the book "Object-Oriented Software Engineering: Practical Software Development using UML and Java".

Prequisites

  • JDK 8
  • NetBeans 8.2

New Features

  • GUI for Server and Client
  • Clients can choose a nickname while connecting
  • Clients can change their nickname while connected by sending a message command: !nick <new nickname>
  • Server announces the connection of a new Client to all currently connected Clients
  • Server can see a list of currently connected Clients on request
  • Clients can use HTML to format their messages (warning: HTML is currently completely unfiltered, so be careful!)

License

OCSF and SimpleChat: Copyright © 2001 Timothy C. Lethbridge and Robert Laganière. For more information, follow the License link in the section below.

Important Links: