Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop Other

NodeJsGameServer

  • Category : Other
  • Tags :
  • Update : 2018-10-09
  • Size : 4.71mb
  • Downloaded :1次
  • Author :kevlia
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
The game server written by nodejs supports mysql, redis, asynchronous and so on.
Packet file list
(Preview for download)
FilenameSizeUpdate
NodeJsGameServer 0 2018-08-22
NodeJsGameServer\.git 0 2018-08-22
NodeJsGameServer\.gitignore 100 2018-08-21
NodeJsGameServer\.git\config 314 2018-08-21
NodeJsGameServer\.git\description 73 2018-08-21
NodeJsGameServer\.git\HEAD 23 2018-08-21
NodeJsGameServer\.git\hooks 0 2018-08-22
NodeJsGameServer\.git\hooks\applypatch-msg.sample 478 2018-08-21
NodeJsGameServer\.git\hooks\commit-msg.sample 896 2018-08-21
NodeJsGameServer\.git\hooks\post-update.sample 189 2018-08-21
NodeJsGameServer\.git\hooks\pre-applypatch.sample 424 2018-08-21
NodeJsGameServer\.git\hooks\pre-commit.sample 1642 2018-08-21
NodeJsGameServer\.git\hooks\pre-push.sample 1348 2018-08-21
NodeJsGameServer\.git\hooks\pre-rebase.sample 4951 2018-08-21
NodeJsGameServer\.git\hooks\pre-receive.sample 544 2018-08-21
NodeJsGameServer\.git\hooks\prepare-commit-msg.sample 1239 2018-08-21
NodeJsGameServer\.git\hooks\update.sample 3610 2018-08-21
NodeJsGameServer\.git\index 179355 2018-08-21
NodeJsGameServer\.git\info 0 2018-08-22
NodeJsGameServer\.git\info\exclude 240 2018-08-21
NodeJsGameServer\.git\logs 0 2018-08-22
NodeJsGameServer\.git\logs\HEAD 195 2018-08-21
NodeJsGameServer\.git\logs\refs 0 2018-08-22
NodeJsGameServer\.git\logs\refs\heads 0 2018-08-22
NodeJsGameServer\.git\logs\refs\heads\master 195 2018-08-21
NodeJsGameServer\.git\logs\refs\remotes 0 2018-08-22
NodeJsGameServer\.git\logs\refs\remotes\origin 0 2018-08-22
NodeJsGameServer\.git\logs\refs\remotes\origin\HEAD 195 2018-08-21
NodeJsGameServer\.git\objects 0 2018-08-22
NodeJsGameServer\.git\objects\info 0 2018-08-21
NodeJsGameServer\.git\objects\pack 0 2018-08-22
NodeJsGameServer\.git\objects\pack\pack-ed027fb507d84b417fb245d190b998a5f39068fa.idx 81040 2018-08-21
NodeJsGameServer\.git\objects\pack\pack-ed027fb507d84b417fb245d190b998a5f39068fa.pack 2597854 2018-08-21
NodeJsGameServer\.git\packed-refs 107 2018-08-21
NodeJsGameServer\.git\refs 0 2018-08-22
NodeJsGameServer\.git\refs\heads 0 2018-08-22
NodeJsGameServer\.git\refs\heads\master 41 2018-08-21
NodeJsGameServer\.git\refs\remotes 0 2018-08-22
NodeJsGameServer\.git\refs\remotes\origin 0 2018-08-22
NodeJsGameServer\.git\refs\remotes\origin\HEAD 32 2018-08-21
NodeJsGameServer\.git\refs\tags 0 2018-08-21
NodeJsGameServer\app 0 2018-08-22
NodeJsGameServer\app.js 402 2018-08-21
NodeJsGameServer\app\cache 0 2018-08-22
NodeJsGameServer\app\cache\dbUpdateCache.js 1081 2018-08-21
NodeJsGameServer\app\cache\redis 0 2018-08-22
NodeJsGameServer\app\cache\redis\redis.js 544 2018-08-21
NodeJsGameServer\app\cache\userCache.js 2492 2018-08-21
NodeJsGameServer\app\comm 0 2018-08-22
NodeJsGameServer\app\comm\consts.js 154 2018-08-21
NodeJsGameServer\app\comm\errCode.js 196 2018-08-21
NodeJsGameServer\app\comm\objType.js 123 2018-08-21
NodeJsGameServer\app\comm\sceneConst.js 169 2018-08-21
NodeJsGameServer\app\dao 0 2018-08-22
NodeJsGameServer\app\dao\mysql 0 2018-08-22
NodeJsGameServer\app\dao\mysql\async.js 975 2018-08-21
NodeJsGameServer\app\dao\mysql\client.js 1097 2018-08-21
NodeJsGameServer\app\dao\userDao.js 2672 2018-08-21
NodeJsGameServer\app\data 0 2018-08-22
NodeJsGameServer\app\data\chatDataService.js 1425 2018-08-21
NodeJsGameServer\app\data\gameDataService.js 1729 2018-08-21
NodeJsGameServer\app\data\sceneDataService.js 266 2018-08-21
NodeJsGameServer\app\data\worldDataService.js 841 2018-08-21
NodeJsGameServer\app\message 0 2018-08-22
NodeJsGameServer\app\message\frontMessage.js 2121 2018-08-21
NodeJsGameServer\app\message\gameMessage.js 1281 2018-08-21
NodeJsGameServer\app\message\gameMessageHandle.js 996 2018-08-21
NodeJsGameServer\app\message\gateMessage.js 806 2018-08-21
NodeJsGameServer\app\message\gateMessageHandle.js 397 2018-08-21
NodeJsGameServer\app\message\message.js 386 2018-08-21
NodeJsGameServer\app\message\Rpc.js 4867 2018-08-21
NodeJsGameServer\app\message\rpcMessage.js 632 2018-08-21
NodeJsGameServer\app\message\rpcMessageHandle.js 3133 2018-08-21
NodeJsGameServer\app\model 0 2018-08-22
NodeJsGameServer\app\model\AoiCellInfo.js 162 2018-08-21
NodeJsGameServer\app\model\chatUser.js 211 2018-08-21
NodeJsGameServer\app\model\dbUser.js 241 2018-08-21
NodeJsGameServer\app\model\gameUser.js 185 2018-08-21
NodeJsGameServer\app\model\obj 0 2018-08-22
NodeJsGameServer\app\model\obj\baseAttackObj.js 306 2018-08-21
NodeJsGameServer\app\model\obj\baseMoveObj.js 293 2018-08-21
NodeJsGameServer\app\model\obj\BaseObj.js 390 2018-08-21
NodeJsGameServer\app\model\obj\enemy.js 328 2018-08-21
NodeJsGameServer\app\model\obj\Npc.js 296 2018-08-21
NodeJsGameServer\app\model\obj\Player.js 432 2018-08-21
NodeJsGameServer\app\model\sceneInfo.js 268 2018-08-21
NodeJsGameServer\app\model\worldUser.js 263 2018-08-21
NodeJsGameServer\app\module 0 2018-08-22
NodeJsGameServer\app\module\action 0 2018-08-22
NodeJsGameServer\app\module\action\action.js 301 2018-08-21
NodeJsGameServer\app\module\action\actionManager.js 1497 2018-08-21
NodeJsGameServer\app\module\action\move.js 1644 2018-08-21
NodeJsGameServer\app\module\aoi.js 7099 2018-08-21
NodeJsGameServer\app\module\auth.js 4119 2018-08-21
NodeJsGameServer\app\module\chat.js 3129 2018-08-21
NodeJsGameServer\app\module\common.js 369 2018-08-21
NodeJsGameServer\app\module\coordinate.js 977 2018-08-21
NodeJsGameServer\app\module\gate.js 1340 2018-08-21
NodeJsGameServer\app\module\scene.js 3481 2018-08-21
NodeJsGameServer\app\module\user.js 3313 2018-08-21
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.