An open API service indexing awesome lists of open source software.

https://github.com/vikrantaroraa/java-chat-application

Multithreaded sever client chat applcation
https://github.com/vikrantaroraa/java-chat-application

Last synced: 11 months ago
JSON representation

Multithreaded sever client chat applcation

Awesome Lists containing this project

README

          

# Java-chat-application
Multithreaded sever client chat applcation

This is a multi-threaded server client chat application made in Java.This application is based on the concept of socket programming.
There is one central server and multiple clients. The clients can be controlled by the central server. The clients are able to chat with each other.The server can be used to give cammands to clients.This application can be hosted in a Local Area Network by port forwarding the external ipv4 adress of the server.