Cloud Code

General cloud code discussions...

27 Topics 95 Posts
  • Limit to API calls within cloud script?

    Solved
    9
    0 Votes
    9 Posts
    238 Views

    Sounds good Ali - thanks for the confirmation!

    Paul.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Getting client app version

    Solved
    3
    0 Votes
    3 Posts
    147 Views

    Thank you for your answer. Yes, it will be nice to have a separate API but for now, the solution suggested by you works for us.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Award Achievement Issue

    Solved
    5
    0 Votes
    5 Posts
    223 Views

    Cheers guys. Thanks for the quick response!

  • Modules/Common code scripts?

    Solved
    7
    0 Votes
    7 Posts
    452 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
    172 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.