https://github.com/tanaytoshniwal/chat-java
:thought_balloon: :speech_balloon: A two way chat program written in JAVA using Networking and Socket Programming.
https://github.com/tanaytoshniwal/chat-java
chat-java corejava frame gui-application java java-files javase socket-programming
Last synced: 3 months ago
JSON representation
:thought_balloon: :speech_balloon: A two way chat program written in JAVA using Networking and Socket Programming.
- Host: GitHub
- URL: https://github.com/tanaytoshniwal/chat-java
- Owner: tanaytoshniwal
- License: mit
- Created: 2017-12-06T20:07:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T11:19:47.000Z (over 7 years ago)
- Last Synced: 2025-04-07T07:41:44.120Z (6 months ago)
- Topics: chat-java, corejava, frame, gui-application, java, java-files, javase, socket-programming
- Language: Java
- Homepage:
- Size: 187 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat-Java
A two way chat program written in JAVA using Networking.
There are Two Parts of this Repo:
- One that runs on terminal
- Another one is a GUI application## NonGUI Application
Just clone this repo and go to the NonGUI folder.
Compile all the java files
```java
$ javac *.java
```
and run the **DemoServer.java** file first in one terminal window
```java
$ java DemoServer
```
and then run the **DemoClient.java** file in another terminal window
```java
$ java DemoClient
```
now you can type messages from both terminal window..._just type **quit** to exit_
### Demo:
## GUI application
Just clone this repo and go to the GUI folder.
Compile all the java files
```java
$ javac *.java
```
and run the **Server.java** file first
```java
$ java Server
```
and then run the **Client.java** file
```java
$ java Client
```
now you can chat from the frames that shows up..._just **close** the frames to exit_
### Demo:
**Note**-```The connection will be hosted on port number 99```
<> with ♥ by Tanay Toshniwal©