LinkUp is Real Time Chatting Application, which provides one-to-one and group chatting features. It is built on top of Socket.
It has Server and Client end points. Server is sololy made in Java, and Java Swing GUI is used for Client side.
For the communication of Client and Server, custom based Protocols are created using Json Objects.