/PersonalChat

Local chat from article

Primary LanguageJava

PersonalChat

GitHub repo size Java


Welcome! Personal chat is a project made by Me, when i've started learn Java. This is a simple local chat for personal use.
For me it was interesting to add some GUI for chat. And i've made this. Enjoy!
Some help i get from this article.

Getting started

  • Clone the repository
$ git clone git@github.com:Helgen97/PersonalChat.git
  • Open and build project in IDE
  • Open .jar file

Changelog

V2.1

  • Added "Connect to server" button at server GUI
  • Added counter of online users
  • Added message send time to users

V2.0

  • Added GUI for client/server part

V1.1

  • Small improvement
  • Add MessageHistory function

V1.0

  • Console version of the local chat