-
The necessary file for GameOBE RealtimeServer is index.js.
-
The sample codes are developed by Type Script and must be compiled to JavaScript before uploading.
-
You should run the sample code with GameOBECocosDemo.
-
See more information about RealtimeServer.
npm install
npm run build
- This command above will compile your codes and generate the index.js file. You need upload index.js. You can find the detail guide from AppGallery Connect (AGC)
RealtimeServer example is licensed under the Apache License, version 2.0.