Pomelo​的Cocos2d-js客户端pomelo-cocos2d-js.zip

时间:2022-08-07 23:32:44
【文件属性】:
文件名称:Pomelo​的Cocos2d-js客户端pomelo-cocos2d-js.zip
文件大小:45KB
文件格式:ZIP
更新时间:2022-08-07 23:32:44
开源项目 pomelo-cocos2d-js 是 Pomelo 的 Cocos2d-js 客户端。var pomelo = window.pomelo; var route = 'gate.gateHandler.queryEntry'; var uid = "uid"; var rid = "rid"; var username = "username"; pomelo.init({     host: "127.0.0.1",     port: 3014,     log: true }, function() {     pomelo.request(route, {         uid: uid     }, function(data) {         pomelo.disconnect();         pomelo.init({             host: data.host,             port: data.port,             log: true         }, function() {             var route = "connector.entryHandler.enter";             pomelo.request(route, {                 username: username,                 rid: rid             }, function(data) {                 cc.log(JSON.stringify(data));                 chatSend();             });         });     }); }); function chatSend() {     var route = "chat.chatHandler.send";     var target = "*";     var msg = "msg"     pomelo.request(route, {         rid: rid,         content: msg,         from: username,         target: target     }, function(data) {         cc.log(JSON.stringify(data));     }); } 标签:pomelo
【文件预览】:
pomelo-cocos2d-js-master
----gruntfile.js(611B)
----test()
--------test-chat-websocket.js(825B)
----README.md(3KB)
----dist()
--------pomelo-cocos2d-js.js(103KB)
--------pomelo-cocos2d-js.min.js(43KB)
----index.js(605B)
----bin()
--------pub.js(693B)
----package.json(578B)

网友评论