Skip to content

Latest commit

 

History

History

realtimeserver

GameOBE RealtimeServer

  • 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.

Step of Usage

Install dependencies

npm install

Package

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)

License

RealtimeServer example is licensed under the Apache License, version 2.0.