https://github.com/weijiangan/java-chatter
Basic chat client and server implemented in Java and Swing
https://github.com/weijiangan/java-chatter
Last synced: 3 months ago
JSON representation
Basic chat client and server implemented in Java and Swing
- Host: GitHub
- URL: https://github.com/weijiangan/java-chatter
- Owner: weijiangan
- License: mit
- Created: 2016-10-18T05:30:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T15:09:53.000Z (over 8 years ago)
- Last Synced: 2025-01-25T16:22:51.545Z (4 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-chatter
Basic chat client and server implemented in Java and Swing.My first attempt at making a chat client with a central server. It's very rough but maybe... you can learn a thing or two from it.