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

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

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