Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 501 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 501 Bytes

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.