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

https://github.com/nelsonwenner/rmi-socket-exemple

:label: Examples of rmi and socket in java.
https://github.com/nelsonwenner/rmi-socket-exemple

java rmi rmi-client rmi-server socket socket-client socket-communication socket-io socket-server

Last synced: 7 months ago
JSON representation

:label: Examples of rmi and socket in java.

Awesome Lists containing this project

README

          

# RMI-SOCKET EXEMPLE

## Dependencies
* Java JDK
* Maven

## Install requeriments
```
$ mvn install
```

## Compile project in jar
```
$ mvn package
```

## Execute project
```
$ java -cp target/[name_package.jar] [package].[name_class]

```

## Clean compilation
```
$ mvn clean
```