Content deleted Content added
Line 26:
The compiler produces a stand-alone executable binary, containing everything required for execution, including database management, compiled requests, server code, client code, user interface and everything that may be needed to connect them or to handle malicious connections or inputs.
Running the resulting binary launches the
<source lang="c">
./hello_web.exe
</source>
To deploy on several instances at once, Opa provides the opa-cloud command. This command launches the application, configures load balancing and makes servers
<source lang="c">
|