Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/offchan42/test-java-network
- Owner: offchan42
- License: gpl-3.0
- Created: 2016-09-01T17:57:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T02:58:05.000Z (over 6 years ago)
- Last Synced: 2024-03-02T00:39:04.034Z (9 months ago)
- Language: Java
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")