Skip to content

Cloud Code

23 Topics 73 Posts

General cloud code discussions...

  • Award Achievement Issue

    Solved cloud code script gamification
    5
    0 Votes
    5 Posts
    403 Views
    D
    Cheers guys. Thanks for the quick response!
  • Modules/Common code scripts?

    Solved script
    7
    0 Votes
    7 Posts
    709 Views
    A
    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.
  • What version of Javascript does cloud code support?

    Solved javascript cloud code script
    2
    0 Votes
    2 Posts
    272 Views
    Paul WinterhalderP
    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: [image: 1558972539969-2019-05-27_11-54-35.png] Hope that helps! Paul.