An open API service indexing awesome lists of open source software.

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.

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.