Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.27 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.27 KB

examples-cloudcode

What is Cloud Code?

brainCloud allows developers to write custom Cloud Code routines in JavaScript, that reside and run on the brainCloud servers, allowing execution of code more securely and efficiently than if it were run client-side.

brainCloud uses the Mozilla Rhino engine to run scripts.

Scripts can be quickly written and tested via the Design | Cloud Code | Scripts page of the Design Portal.

Handy references

  • Capabilities – an overview of how cloud code can be used in brainCloud
  • Rules – an overview of cloud code scripts
  • Tutorials – recommended for all developers!
  • Examples – handy example scripts

Even more references

Additional pages from the web:

JavaScript Guide – Mozilla’s guide to JavaScript syntax