1. 首页
  2. 数据库
  3. 其它
  4. nodejs game servers:Cloud Game Server的Node.js客户端 源码

nodejs game servers:Cloud Game Server的Node.js客户端 源码

上传者: 2021-03-25 20:06:22上传 ZIP文件 485.17KB 热度 13次
Node.js的游戏服务客户端 可以在找到每个版本中更改的全面列表。 在“客户端库介绍”中详细了解有关Cloud API的客户端库,包括较旧的Google API客户。 目录: 快速开始 在你开始之前 。 。 。 以便您可以从本地工作站访问API。 安装客户端库 npm install @google-cloud/game-servers 使用客户端库 const { RealmsServiceClient } = require ( '@google-cloud/game-servers' ) ; async function quickstart ( ) { const client = new RealmsServiceClient ( ) ; // TODO(developer): uncomment the following section, and add
用户评论