https://github.com/vinetos/hooligan
Do the transfert between a nodejs server and a fireman application
https://github.com/vinetos/hooligan
amf flex java server
Last synced: 8 months ago
JSON representation
Do the transfert between a nodejs server and a fireman application
- Host: GitHub
- URL: https://github.com/vinetos/hooligan
- Owner: Vinetos
- License: gpl-3.0
- Created: 2019-04-17T14:50:08.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2020-03-26T18:00:59.000Z (about 6 years ago)
- Last Synced: 2025-07-11T14:42:40.821Z (11 months ago)
- Topics: amf, flex, java, server
- Language: Java
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hooligan
Just a cool tool that do the transfert between a nodejs server and a fireman application
# Build
***Prerequisites*** :
- Java 11 (JDK and JRE) and newer
```sh
# Clone the repo
git clone https://github.com/safexty/Hooligan.git
cd Hooligan
# Build the project
gradlew clean build
```
File will be located in `build/libs/Hooligan-1.0.0.jar`
# Usage
```
# Launch the application
java -jar ./build/libs/Hooligan-1.0.0.jar
```
The first time, the application will generate `config.yml`. Configure it !