https://github.com/ankitmishralive/gui-chat-application-using-socket-programming
In this Project I have demonstrated the client side & server side in 2 Different Devices through chat system using socket programming & swing.
https://github.com/ankitmishralive/gui-chat-application-using-socket-programming
java java-swing-application scoket-programming
Last synced: 3 months ago
JSON representation
In this Project I have demonstrated the client side & server side in 2 Different Devices through chat system using socket programming & swing.
- Host: GitHub
- URL: https://github.com/ankitmishralive/gui-chat-application-using-socket-programming
- Owner: ankitmishralive
- Created: 2022-01-28T23:18:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T20:10:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T02:57:41.474Z (4 months ago)
- Topics: java, java-swing-application, scoket-programming
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guide for Project Demonstration
So Let me clarify the story here how it is going to work.
You will be running the Server Side in your mobile or any other device in any compiler & your Client side that will be having a GUI too that will be running in your Laptop.
### So for connecting both the device their will be 3 major requirements that you must know & you have too full fill to connect both of them.#### 1) To Make sure that both are connected to Same LAN Network.
#### 2) To have the IP address of the Server side & as must the port must be same. as we are running on 2 different devices so we will be needed IP address of Server side.
#### 3) After all this we must make sure that we are running Server Side first and then Client side.### Link : Click Here