Introducing RealityServer

System Architecture: Customizing

For each layer in the RealityServer system architecture, an API is provided to enable you to customize the system architecture for your particular needs.

  • RealityServer Web Services (RSWS). This layer provides the RealityServer Web Services (RSWS) API, which you can use to customize and extend the base functionality. For example, you can use this API to customize HTTP authorization or set up a state system.
  • neuray Services (NRS). This layer provides the neuray Services (NRS) API, which you use to create new service commands and event handlers. You implement new commands in C++ or Server-Side JavaScript and register them with neuray Services.
Image showing the APIs that you can use to customize the system architecture.