SimpleChatMLO is an adaptation of LLOSEng's Simple Chat, from the book "Object-Oriented Software Engineering: Practical Software Development using UML and Java".
- JDK 8
- NetBeans 8.2
- 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!)
OCSF and SimpleChat: Copyright © 2001 Timothy C. Lethbridge and Robert Laganière. For more information, follow the License link in the section below.