Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joseph-simutis/javafx-chat
A chat client and server demo made with Kotlin and JavaFX.
https://github.com/joseph-simutis/javafx-chat
chat-application javafx kotlin
Last synced: 23 days ago
JSON representation
A chat client and server demo made with Kotlin and JavaFX.
- Host: GitHub
- URL: https://github.com/joseph-simutis/javafx-chat
- Owner: joseph-simutis
- License: unlicense
- Created: 2024-10-31T13:49:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:58:52.000Z (about 2 months ago)
- Last Synced: 2024-11-18T16:15:54.452Z (about 2 months ago)
- Topics: chat-application, javafx, kotlin
- Language: Kotlin
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# javafx-chat
A chat client and server demo made with Kotlin and JavaFX.## Installation
As of right now, there is no proper installation method. However, you can still run the jar files directly:```java -jar /path/to/file/client-1.0.1.jar```