Skip to content

TheDoctorOne/SYY-JavaChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Yet Yeet Java Chat Package

This package uses JDBC Library.
Package needs various configuration.
Almost everything should be labeled with comments
There are no auto creations for SQL table at code wise, so create the table by hand or write the auto creation sequel by hand.

Various Informations

Each chat gets stored one line. (at SQL wise)
Only limited amount of messages will be stored at DB. (Ofc. Configurable)
Only one SQL table needed. (Check code for the table name and properties of the table.)
It uses HTML to represent messages so you can costumize the way you like.
Be careful when adding, changing HTML Code. You may end up with breaking the message seperation algorithm.

Releases

No releases published

Packages

No packages published

Languages