Skip to main content

DotAPP: Runtime

DotHRB DotApp is designed to run applications at their fastest possible speeds. By focusing exclusively on production-level execution and eliminating unnecessary background processes, it provides a lean, high-performance environment for your release builds.

Usage Syntax

dotapp [options] [command]

1. ⚙️ Global Options

These options configure the server environment, logging, and connection parameters.

OptionDescription
-h / -helpDisplay the help documentation.
-url <url>Set the listen URL for the application server (e.g., http://localhost:5000).
-err-stopHalt execution immediately in case of an error.
--licenseDisplay license and copyright information.
--versionDisplay the tool version number.

2. 📝 Practical Examples

ScenarioCommandPurpose
Run Published Appdotapp myapp.appLaunches an application that has already been published/compiled.