https://github.com/ahmetcavus/jmessenger
A console application written in Java with the RMI function
https://github.com/ahmetcavus/jmessenger
Last synced: 2 months ago
JSON representation
A console application written in Java with the RMI function
- Host: GitHub
- URL: https://github.com/ahmetcavus/jmessenger
- Owner: AhmetCavus
- License: mit
- Created: 2017-12-31T20:14:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T20:36:18.000Z (over 7 years ago)
- Last Synced: 2025-03-22T18:44:34.085Z (2 months ago)
- Language: Java
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JMessenger
A console application written in Java with the RMI function
## Getting Started
### Installation
git clone https://github.com/AhmetCavus/JMessenger.git
cd JMessenger
If you have installed gradle
gradle build
otherwise execute the command
gradlew### Run
You must first start the server application
cd dist/serverjava -jar server.*.jar
Than you can start the client application
java -jar client.*.jar
### Test
Comming soon
### License
Copyright (c) 2017 Ahmet Cavus
Licensed under the MIT license.