sockio:使用 MEAN 堆栈 + Socket.io 构建的聊天应用程序

时间:2024-07-08 09:02:23
【文件属性】:

文件名称:sockio:使用 MEAN 堆栈 + Socket.io 构建的聊天应用程序

文件大小:278KB

文件格式:ZIP

更新时间:2024-07-08 09:02:23

JavaScript

袜子 使用 MEAN 堆栈 + Socket.io 构建的聊天应用程序 要求: 节点、NPM 和 Mongodb 安装: $ git clone https://github.com/joel1st/sockio.git $ npm install $ npm start 开发时使用 JShint: grunt watch 在推送到生产缩小/连接资产之前: grunt production


【文件预览】:
sockio-master
----.gitignore(2KB)
----gruntfile.js(2KB)
----routes()
--------createRoom.js(439B)
--------changeUser.js(516B)
--------index.js(321B)
----README.md(343B)
----db.js(312B)
----views()
--------index.ejs(2KB)
--------error.ejs(85B)
----bin()
--------www(343B)
----public()
--------css()
--------dist()
--------img()
--------js()
--------templates()
----middleware()
--------sessionIdentity.js(1KB)
--------sessionSharing.js(318B)
----app.js(3KB)
----package.json(791B)
----models()
--------chatRoom.js(2KB)
----sockets()
--------helper()
--------regularPage.js(2KB)
--------overview.js(985B)
----config.js(83B)

网友评论