We are developing the next version of CrazyEngineers. If you wish to receive latest updates and early access, click the link below.
Chat Application Over LAN using Java

Project Abstract
This application is used for chatting over a local area network. Currently, this application is functional over only local host currently ( IP : 127.0.0.1)
Easily configurable to work over WAN and LAN.
Includes features like one-to-one chat, group chat, tracking online users, administration activities done by server.
Users can also check who else is online.
Entire application is implemented using JAVA.
This application is designed to work over LAN only, hence there is no requirement for any database.
Hence after session logout, entire status (chats) would be lost.
Server is responsible for administration purposes.
Application currently is to be executed using either Eclipse/IntelliJ/NetBeans.

List of Deliverables
All the required .jar files to run the project.