test:nodejs实践

时间:2024-08-02 22:56:26
【文件属性】:

文件名称:test:nodejs实践

文件大小:106KB

文件格式:ZIP

更新时间:2024-08-02 22:56:26

JavaScript

test nodejs实践之socket.io--聊天室 初始化: npm install 运行 node index.js 浏览器中预览: 127.0.0.1:3000或者本地可用域名:3000(local.test.com:3000) 备注: 当前cluster与socket.io之间有兼容问题,待修(已解决,参考) js压缩采用uglify,具体可在gruntfile.js中配置 样式以bootstrap为基础 仿照socket.io官网给出的例子,具体见:


【文件预览】:
test-master
----.gitignore(101B)
----package.json(440B)
----Gruntfile.js(1KB)
----public()
--------src()
--------build()
----index.js(3KB)
----views()
--------index.html(3KB)
----README.md(518B)
----bower.json(518B)

网友评论