Faymir / Clavardage

A distributed Chatting app based on sockets. It is made with Java and using JavaFX UI as GUI.

Home Page:https://blog.faymir.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clavardage

alt text

Login page

alt text

Have tree modes:

Requirements

  • Java Runtime Environment 8 is recommended. It should works on higher versions but not tested. Please report any issue.
  • JavaFx Runtime

Usage

  • Execute chat.jar
  • or from console run java -jar chat.jar

NB: The Jar file must be in the root directory of the project because it use resources located in

.
+-- diagrams
+-- libs
+-- src
|   +-- main
|       ..
|       +-- resources
+-- chat.jar

Development Requirements

  • JDK >= 1.8
  • Maven

About

A distributed Chatting app based on sockets. It is made with Java and using JavaFX UI as GUI.

https://blog.faymir.fr

License:MIT License


Languages

Language:Java 76.8%Language:CSS 14.4%Language:HTML 8.8%