文件名称:express-template:webapp样板(聊天应用程序)
文件大小:77KB
文件格式:ZIP
更新时间:2024-06-29 17:10:56
CoffeeScript
Express 模板(聊天应用程序) 快递 4.12.x socket.io 1.3.x 猫鼬 4.0.x + 连接蒙戈 玉 浏览器上的咖啡脚本 1.9.x 咕噜声 + 咖啡林 + 摩卡咖啡 + supertest 赫鲁库 特拉维斯·CI 要求 Node.js v0.10.x MongoDB v2.x 跑步 % npm install % PORT=3000 DEBUG=chat* npm start 测试和皮棉 % npm test 或者 % npm i grunt-cli -g % grunt 部署 创建应用程序 % heroku create % git push heroku master 配置 % heroku config:add TZ=Asia/Tokyo % heroku config:set "DEBUG=chat*" % heroku config
【文件预览】:
express-template-master
----.travis.yml(521B)
----models()
--------message.coffee(375B)
----bin()
--------cui_client.coffee(406B)
----package.json(1KB)
----app.coffee(2KB)
----tests()
--------test_helper.coffee(30B)
--------test_router.coffee(740B)
----app.json(288B)
----Gruntfile.coffee(1KB)
----controllers()
--------main.coffee(531B)
----views()
--------index.jade(410B)
--------layout.jade(264B)
----.gitignore(40B)
----sockets()
--------chat.coffee(537B)
----public()
--------css()
--------js()
--------coffee()
----README.md(1KB)
----config.json(45B)