port property

int port
getter/setter pair

The port to run the server on. Set to 0 to allow niddler to pick a free port (default). A log will be printed with the active port

Implementation

int port = 0;