Runtime Architecture
brainCloud's Cloud Code service is implemented using an embedded Mozilla Rhino Javascript engine.
Communications with the brainCloud APIs is facilitated by a bridge object that is available from all scripts. The bridge
allows you to retrieve references to service proxies that allow you to make API calls into brainCloud. These service proxies are organized in alignment with brainCloud's API Modules.
The documentation and signatures of the available Cloud Code Callable APIs are found in this API Reference under the Cloud Code language tab.