Skip to content

dbads/Chit-Chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chit-Chat

A java based chatting application with GUI in JavaFX.

Requirements :

  • JDK 8 or above
  • jdbc-sql connector
  • MySql

Features :

  • Register/Login for each user.
  • Profile page for each user.
  • Show online users.
  • Upload and download a file/image from local system.
  • Search for users to start a conversation or view profile.
  • Support for creating a group.
  • Sending invites to join the group.
  • Sending requests to join a group.
  • Notifications for unread messages.
  • Notifications for group invites/requests.
  • Encrypt the data before sending.(AES 128-bit encryption is used).
  • Hash the password.(Hashed using SHA-1).
  • Spell Check.
  • Support for emoticons.
  • Local Cache for storing data.

Screenshots of the application :

Tested on Windows Operating System

About

A java based chatting application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.5%
  • Other 0.5%