https://github.com/mageddo/very-simple-swing-chat
This is a very very simple multiclient chat with a very simple swing interface
https://github.com/mageddo/very-simple-swing-chat
Last synced: 10 months ago
JSON representation
This is a very very simple multiclient chat with a very simple swing interface
- Host: GitHub
- URL: https://github.com/mageddo/very-simple-swing-chat
- Owner: mageddo
- Created: 2015-05-31T16:13:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-11T22:55:28.000Z (almost 11 years ago)
- Last Synced: 2023-04-03T14:44:47.115Z (about 3 years ago)
- Language: Java
- Size: 121 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# introduction
this very very simple socket desktop chat written in java
# to install
> Create a java project in eclipse in this folder
# to run it
- Running server
compile and run ServidorSocket.java
- Running the client
Compile and run ClienteSocketSwing.java