文件名称:nodeExample:我的第一个节点应用
文件大小:76KB
文件格式:ZIP
更新时间:2024-07-28 16:11:32
JavaScript
概要 这是一个使用 socket.io 的实时聊天服务器 先决条件 你需要安装 node.js 和 npm。 安装演示 一旦你安装了 node.js 和 npm,你就可以安装应用程序的依赖项。 npm install 运行演示 安装演示应用程序后,您可以从根目录运行演示。 您可能需要以超级用户身份运行此命令。 node server/server.js sudo node server/server.js
【文件预览】:
nodeExample-master
----public()
--------index.html(1KB)
--------robots.txt(14B)
--------jquery-1.11.0.min.js(94KB)
--------index.css(7KB)
--------favicon.ico(1KB)
--------images()
--------stylesheets()
--------socket.io-1.2.0.js(81KB)
--------index.js(7KB)
--------javascripts()
----views()
--------index.html(1KB)
--------index.ejs(1KB)
--------index.css(7KB)
--------layout.ejs(778B)
--------edit.ejs(1KB)
----npm-debug.log(13KB)
----utils.js(641B)
----app.js(5KB)
----README.md(509B)
----.gitignore(15B)
----server()
--------server.js(3KB)
----db.js(260B)
----routes()
--------index.js(4KB)
----package.json(389B)