Chatster is a Desktop Lan Chat Application that enables users to interact with each other users. Users connected to same local network can chat with each other without any internet.
Concepts used : Socket Programming, Swing GUI, AWT, Threading
- Group Chat
- Private Chat
- Settings
- Open the main directory of project in CMD.
- Run the following command
java -cp out\production\Chatster; Main
- If you are using Intellij IDEA then open the project.
- Run main function of
Main.java
class.
- Intellij IDEA Ultimate
2022.1.1
- Developed and Tested in Java SDK Version
17.0.3
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.