Giter VIP home page Giter VIP logo

chatting-application's Introduction

Chatting-Application

This Java Project is a robust and secure chatting application developed using Java, leveraging the power of sockets and client-server architecture.

Key features include:

  1. Socket Communication: Utilizing Java's socket functions, Chatify enables real-time messaging between clients and the server, ensuring efficient and reliable data transmission.

  2. Byte Stream: Messages are transmitted as byte streams, optimizing data transfer and minimizing latency for a smooth chatting experience.

  3. Multicasting: With support for multicasting, Chatify allows users to participate in group chats, facilitating communication among multiple users simultaneously.

  4. Database Integration (JDBC): Integration with JDBC enables seamless storage and retrieval of chat history, ensuring that users can access their conversations across sessions.

  5. Secure Messaging (Cipher text): Chatify prioritizes security by encrypting messages using advanced cipher techniques, ensuring that sensitive information remains protected during transmission.

  6. Timestamps (Date): Each message is timestamped, providing users with a clear timeline of conversations and enhancing the overall user experience.

Objective and Scope:

The aim of this project is to express how we can implement a simple chat application between a server and a client. The application is a desktop-basedapplication and is implemented using Swing and awt. The project is developed in Java SE language executed on a single stand-alone java across a network using loop back address concept.

Application consists of two programs: •Server(Person 2) •Client(Person 1) •Encryp-Decryp

Server(Person 2): The server module of the application waits for the client to connect to it. Then if connection is granted a client interacts communicates and connects to the server, it can mutually communicate with the server. The duty of the server is to let clients exchange the messages.

Client(Person 1): The client module is the one that utilizer sends requests to the server. Utilizer utilizes the client as the means to connect to the server. Once he establishes the connection, he can communicate to the connected server.

Encryp-Decryp: The Encryp-Decryp module is used to encrypt the data messages from one end to another using Base64 java package.

Blueprint Diagram

image

Web References:

  1. How to connect to database in Java | Java Database Connectivity – javatpoint- https://www.javatpoint.com/design-of-jdbc
  2. Socket programming in java | Sockets–geeksforgeeks - https://www.geeksforgeeks.org/socket-programming-in-java

ScreenShots

image image image image image

chatting-application's People

Contributors

shubhamghude808 avatar

Stargazers

Arya Bhatt avatar  avatar Aryan Ambre avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.