Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 572 Bytes

OASMR

Hits-of-Code

Supervisor

./gradlew supervisor [--args="<Port(default:40404)>"]

(On Windows launch gradlew.bat instead)

Node

./gradlew node [--args="<supervisor address> <supervisor port> <node port>"]

Without parameters, the node will connect to localhost:40404 with node port 56780

Application

./gradlew app