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.
- Host: GitHub
- URL: https://github.com/nelsonwenner/rmi-socket-exemple
- Owner: nelsonwenner
- Created: 2019-11-14T17:15:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T17:40:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T11:21:39.540Z (9 months ago)
- Topics: java, rmi, rmi-client, rmi-server, socket, socket-client, socket-communication, socket-io, socket-server
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```