V8 Javascript API

V8 API

Description

V8 Server-Side JavaScript commands.

Modules

 
Unlike many popular JavaScript server implementations the V8 API generally uses a multi-threaded, synchronous architecture. More...
 
A V8 command is simply a module whose exports contains a property called command that in turn has a String property called name and a Function property called execute. More...
 
The V8 API is configured in the standard RealityServer configuration (by default realityserver.conf) file using the user configuration system. More...
 
Core RealityServer modules. More...
 
File System module. More...
 
Http Requests module. More...
 
Core Math functionality. More...
 
The V8 API provides a JavaScript API to create new RealityServer commands without having to use C++. More...