https://github.com/federicoponzi/simplechat
A simple chat developed in Java using multi-threading and Sockets.
https://github.com/federicoponzi/simplechat
Last synced: over 1 year ago
JSON representation
A simple chat developed in Java using multi-threading and Sockets.
- Host: GitHub
- URL: https://github.com/federicoponzi/simplechat
- Owner: FedericoPonzi
- Created: 2013-10-25T16:55:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-22T12:14:45.000Z (over 12 years ago)
- Last Synced: 2025-01-29T13:12:07.166Z (over 1 year ago)
- Language: Java
- Size: 397 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimpleChat
==========
GitHub Project: https://github.com/FedericoPonzi/SimpleChat/
A simple chat developed in Java using multi-threading and Sockets.
This was made just for fun and studying purpose.
Compile and run the Project
====================
Open the directory "simplechat" and use the java compiler:
```
javac SimpleChat.java
```
Then type:
```
java SimpleChat
```
You will be prompted for a nickname. When ok is cliccked, the GUI and the Connection Listener will start. Click on File -> Connect and insert your buddy's IP and Port to start chatting.