V8 Javascript API

Configuration

[V8 API]

Description

The V8 API is configured in the standard RealityServer configuration (by default realityserver.conf) file using the user configuration system. V8 configuration occurs within a v8 user block. A minimal configuration would consist of:

‎# identify V8 configuration
<user v8>
# commands can be found in this directory
commands v8/commands
# additional modules can be found in this directory
include v8/include
# end V8 configuration
</user> 
Multiple blocks can be specified in the config file. Supported directives are defined in Directives

Modules

 
The following directives can be used inside the V8 user configuration block. More...