What is the Opa executable?

Is this a server? Or do I need to run Opa for Apache? Basically - if I want to deploy an Opa application, would it be as simple as running an executable on VPS, or do I need some other stack elements?

EDIT: I noticed a similar question, but I'm wondering if I can deploy using JUST exe - not at the server.

+5
source share
1 answer

The Opa compiler creates a standalone executable. You do not need any other elements of the stack, the web server is fully integrated into the prepared executable file.

, . Opa (DB3) , db (./monapp.exe --db-local /path/to/db, --db-local , ).

Mongo, --database mongo. MongoDb (./monapp.exe --db-local /path/to/mongodb)

+5

All Articles