Credit for Jfoenix: https://github.com/jfoenixadmin/JFoenix
Chatbyte is socket programmed chat application. It offers (right now) clients to chat through a server and send files to this server. In the future it's ment to implement the possibility for clients to obtain these files as well as login/logout, add friends, create chatrooms and more.
- Import project to your IDE (as usually)
- Configure project settings in src/globalsettings/GlobalSettings.java.
- Run src/server/ServerLauncher.java
- Run src/client/ClientLauncher.java
- Start Server (Follow GUI intructions)
- Connect Client (Follow GUI instructions)
- Have a shitload of fun
OBS: If you want to use it with multiple clients on multiple PC/MAC's you should change the HOST_ADDRESS in src/globalsettings/GlobalSettings.java to the ip address of the server computer.