Skip to content

Desktop Application in Java for communicate between users on device. Includes registration, friends, microphone input, chat - text, send files.

Notifications You must be signed in to change notification settings

GGJirka/Multi-Client-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stalk - multi client chat app

This is desktop application for chatting between users. Including registration, login, your profile, real time online friends and chatting rooms.

How to run

First you must have your own database named 'team_speak' or change in code -> Frame.class

on line 55: database = new DatabaseManager(database_name,"root","");

and table named 'users' Its complicated to change because it is almost in every class.

Second you have to run Server.class as a single run.

About

Desktop Application in Java for communicate between users on device. Includes registration, friends, microphone input, chat - text, send files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages