项目作者: EnricoRuggiano

项目描述 :
Chat Java Application tutorial on developping with JavaFX, JavaRMI, Gradle
高级语言: Java
项目地址: git://github.com/EnricoRuggiano/Chat.git
创建时间: 2018-09-27T11:39:12Z
项目社区:https://github.com/EnricoRuggiano/Chat

开源协议:

下载


Chat

A simple application useful for exploring some Java code feautures. The idea of this repository is to be a full working point of reference and provides code solutions to beginners and not only them on some tricky points on developing Java applications, such as:

  • JavaRMI client server application
  • JavaFX Gui programming
  • Gradle project setup

How it works

  1. Build the project.

    ./gradlew build

  2. Start the server jar.

    java -jar build/libs/Chat_Server.jar

  3. Start any number of clients you want!

    java -jar build/libs/Chat_Client.jar

Licence

THE BEER-WARE LICENSE

As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
VaporUser, 2018

Credits

Designed by Kubanek
Designed by Freepik
Designed by Freepik
Designed by Freepik www.Vecteezy.com

Screenshots