Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/offchan42/test-java-network

A simple Java Chat application with GUI over network
https://github.com/offchan42/test-java-network

Last synced: 14 days ago
JSON representation

A simple Java Chat application with GUI over network

Awesome Lists containing this project

README

        

# Test-Java-Network

A simple Java Chat application with GUI over network

This app is built as an exercise following the instructions provided by a smart guy of the book __Head First Java__.

## How to run

1. Run **java my.net.SimpleChatServer** for server at the appropriate folder (you may need to allow the software's access to your network when the prompt is shown) The server can be used for broadcasting message to its connected clients by typing into the console directly.
2. Run **java my.net.SimpleChatClient** for client. This will open a Java Swing GUI app for you to play with.

You can run as many clients as you want for any particular server. It's like a big chat room for people to communicate but you might need to re-compile with the new IP and port settings inside the source files.

## Screenshots

![chat client](/img/2016-09-03_11-19-17.png?raw=true "Chat Client")