文件名称:eds-chat:埃德温的聊天服务器
文件大小:114KB
文件格式:ZIP
更新时间:2024-06-28 13:25:19
JavaScript
MoneyPot 聊天服务器 开发说明: 创建 .env app_id=13 app_secret=a1e36aa4-3d55-4d15-a5bf-186c1b817903 然后安装节点依赖 npm install npm run start-dev 现在浏览到localhost:3000 要重建客户端 javascript,请运行: npm run postinstall 或用于监视模式: npm run watchify 聊天API信息: 使用socket.io连接到http://chat.moneypot.com/ (注意:没有敏感信息通过这个不安全的连接流动) 错误处理: 给事件的所有回调都是按照处理错误cb(err, args..)的常见做法调用的。 对于不向客户端返回数据但仍可能失败的其他事件,服务器会发送单独的err事件。 socket.on('err'
【文件预览】:
eds-chat-master
----public()
--------index.html(311B)
--------js()
--------css()
----chatclient()
--------constants()
--------utils()
--------Connection.js(3KB)
--------stores()
--------lib()
--------components()
--------app.js(1KB)
--------actions()
--------dispatcher()
----config.js(275B)
----app.js(635B)
----config()
--------http.js(76B)
--------chatapp.js(213B)
--------base.js(141B)
----README.md(3KB)
----chatserver()
--------Lib.js(743B)
--------Database.js(2KB)
--------User.js(157B)
--------Server.js(4KB)
--------Client.js(5KB)
--------ClientSafe.js(2KB)
----.gitignore(651B)
----server()
--------index.js(2KB)
----package.json(1KB)