Cloud Code

General cloud code discussions...

23 Topics 73 Posts
  • Award Achievement Issue

    Solved
    5
    0 Votes
    5 Posts
    198 Views

    Cheers guys. Thanks for the quick response!

  • Modules/Common code scripts?

    Solved
    7
    0 Votes
    7 Posts
    442 Views

    Similar situation here, i had built a micro framework on GameSparks to cover cases that almost every cloud driven game require. This saved huge amount of time working on new games and at the same time sharing code among existing features.
    Please consider this requirement a must have for any serious game development.

  • 0 Votes
    2 Posts
    176 Views

    brainCloud's Cloud Code is based on Apache Rhino, which is an open-source implementation of JavaScript. This engine is highly sandboxed within the brainCloud API servers for security purposes.

    brainCloud currently ships with Apache Rhino version 1.7.7.1.

    Rhino implements JavaScript 1.7, and is basically ES4 with partial ES5 and ES6 support.

    Summary from a Stack Overflow discussion here:

    2019-05-27_11-54-35.png

    Hope that helps!

    Paul.