An open API service indexing awesome lists of open source software.

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

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/server

java -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.