Server APIs

The JavaScript API and the JavaScript implementation of the web services have been replaced by two new APIs, the RealityServer Web Services API and the neuray Services API which are implemented in native C++. These APIs provide a much higher level of performance when processing commands at runtime and the new web services architecture, which these APIs reflect, simplifies both integration of RealityServer with other enterprise applications and the application structure required to support interactive and collaborative applications.

RealityServer Web Services API

You use this API to customize HTTP authorization, implement protocols such as SOAP, REST, and JSON-RPC, implement state and register user code.

Read more...

neuray Services API

You use this API to implement new neuray service commands and event handlers.

Read more...

Server-Side JavaScript

The server-side JavaScript plugin enables you to create new server-side commands using JavaScript rather than C++.

Read more...

Command Descriptions

A description of the commands shipped with RealityServer.

Read more...