shudingbo

Results 20 comments of shudingbo

https://github.com/sex-pomelo/sex-chatofpomelo-websocket

> 测试环境: 12.13.1 > 更新了下 pomelo-logger 的 log4js (方便迁移) > 更新了下 pomelo-rpc的部分依赖 > https://github.com/YunlongJiao-B/pomelo 官方没有维护了,提交没用的... 这里有个社区版的,一直在更新 https://github.com/sex-pomelo/sex-pomelo 很多库 都更新并做了优化的...

> 请问如果node更新到10.15.0,你们有没有遇到pomelo stop 报错? 用 https://github.com/sex-pomelo/sex-pomelo, 兼容

> Hi, > > I'm just arriving to Pomelo, It sounds amazing. > I would like to indicar you that the main site: http://pomelo.netease.com/ isn't alive and there are some...

node 8.11.x 可以的,8.12.0 有个Bug 不行的

整个做成 单页 应用(使用 vue或者 angularjs,或者其它),然后 pomelo 作为全局对象存下来

----- app.js 里直接增加就行了 app.configure('production|development', 'gate|connector',function() { app.set('connectorConfig', { connector : pomelo.connectors.hybridconnector, transports: appCfg.connectorConfig.transports, disconnectOnTimeout:true, heartbeat : appCfg.connectorConfig.heartbeat, timeout : appCfg.connectorConfig.timeout, ssl: { /// 这里就是 配置 type: 'wss', key: fs.readFileSync('./keys/server.key'), cert:...

v3还开源么?

是官方的还是你Fork的?能透露下正式发布时间么?