1. 首页
  2. 数据库
  3. 其它
  4. patchwire:用于Node.js的多人游戏服务器框架 源码

patchwire:用于Node.js的多人游戏服务器框架 源码

上传者: 2021-02-08 00:13:21上传 ZIP文件 25.49KB 热度 31次
跳线 Node.js的多人游戏服务器框架 安装 npm install patchwire 利用 // MyGameServer.js const Server = require ( 'patchwire' ) . Server ; const ClientManager = require ( 'patchwire' ) . ClientManager ; const gameLobby = new ClientManager ( ) ; gameLobby . on ( 'clientAdded' , function ( ) { gameLobby . broadcast (
用户评论