https://github.com/akkiepro/chat-app
Chat app using socket programming and swing in java.
https://github.com/akkiepro/chat-app
awt chat-app chat-socket-programming chatsocket clientsocket java serversocket socket-programming swing swing-gui
Last synced: 4 months ago
JSON representation
Chat app using socket programming and swing in java.
- Host: GitHub
- URL: https://github.com/akkiepro/chat-app
- Owner: akkiePro
- Created: 2024-02-21T15:05:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T15:33:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T06:51:31.898Z (about 1 year ago)
- Topics: awt, chat-app, chat-socket-programming, chatsocket, clientsocket, java, serversocket, socket-programming, swing, swing-gui
- Language: Java
- Homepage: https://www.youtube.com/watch?v=6oBePDVZHYc&ab_channel=LearnCodeWithDurgesh
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-app
Chat app using socket programming and swing in java.
# Run
step 1 : javac Server.java & java Server
step 2 : javac Client.java & java Client
# Preview
1) this is how it looks like after running.

2) Hi message to client.

3) Hi recieved.

4) Hello message to server.

5) Hello recieved.

6) after some chat scrollbar will be added automatically.

7) to exit from conversation write exit as following:

8) exit prompt:
