forked from OrphicAbyss/JavaChat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
13 lines (11 loc) · 655 Bytes
/
README
File metadata and controls
13 lines (11 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Java Chat
--------------------------------------------------------------------------------
Java Chat is a simple chat program which allows for a server with multiple
client programs to join.
When running as the server a local client is created to connect to it.
--------------------------------------------------------------------------------
Code in this project is licensed under the GNU GENERAL PUBLIC LICENSE
http://www.gnu.org/licenses/gpl.txt
Written by Chris Hallson and originally found here: https://github.com/DrLabman/JavaChat
Only slight modification to suit my environment. And handle one exception (could not run
without whatismyip.com).