文件名称:online-chat:Node.js在线聊天
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-25 20:51:46
JavaScript
在线聊天 单页应用程序允许用户在Internet上聊天 依存关系 express-Node.js的Web框架 ejs-JavaScript模板 ws-使用WebSocket 使用部署 本地运行 确保已安装和 。 $ git clone https://github.com/belykh/online-chat.git # or clone your own fork $ cd online-chat $ npm install $ npm start 您的应用程序现在应该在上运行。 部署到Heroku $ git clone https://github.com/belykh/online-chat.git # or clone your own fork $ cd online-chat $ heroku create $ git push heroku master $ hero
【文件预览】:
online-chat-master
----.gitignore(526B)
----package.json(404B)
----LICENSE(1KB)
----public()
--------js()
--------css()
----index.js(4KB)
----views()
--------partials()
--------pages()
----README.md(761B)
----Procfile(19B)
----app.json(149B)