DomHeal /
JavaFX-Chat
JavaFX Socket Multithreaded Chat Client / Server - FXML
72/100 healthLoading repository data…
raghav-prshr / repository
Multithreaded Client-Server Chat Application in Java
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
🛠️ This project was developed as part of my internship task.
Socket, ServerSocket, InputStream, OutputStream, and ThreadThis is a basic Java console-based chat app using:
The server accepts multiple connections, and each client can send messages that are broadcast to all others.
javac ChatServer.java
java ChatServer
javac ChatClient.java
java ChatClient
Enter messages in one client → see them appear in the other ✅
-Java Sockets -Multithreading with Thread class -Console I/O using BufferedReader and PrintWriter
-ChatServer.java: Server code that handles client threads
-ChatClient.java: Client code to send and receive messages
-README.md: This file
-screenshot.png: Console chat demo (optional)
Selected from shared topics, language and repository description—not editorial ratings.
DomHeal /
JavaFX Socket Multithreaded Chat Client / Server - FXML
72/100 healthabhi195 /
A multithreaded client/server Chat application based on the console which uses Java Socket programming and multi-threading.
72/100 healthAustinuc /
This is a simple interactive, multithreaded Client-Server chat application developed using Java. The application allows multiple clients to connect to a server and send messages to each other in real-time.
arpitmaheshwari213 /
Project has an aim of creating an environment for providing mentoring at live sessions to students at colleges. It is designed using concepts of java core programming includes OOP, multithreading, Java AWT package, Java swing, JDBC, and networking.
35/100 healthKvnGriffin /
Multithreaded chat client and server written in Java
30/100 healthchamithKavinda /
This repository features Chit-Chat, a networked chat application developed with JavaFX and JDK 11. It uses multithreading and socket programming to enable real-time communication in a client-server architecture.
44/100 health