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
- Host: GitHub
- URL: https://github.com/vikrantaroraa/java-chat-application
- Owner: vikrantaroraa
- Created: 2019-04-28T07:57:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T08:15:59.000Z (about 7 years ago)
- Last Synced: 2025-01-16T06:58:02.384Z (over 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.