上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 44 下一页
摘要: Real-Time Apps with WebSocket, Socket.IO, and DerbyJS 实时程序的使用变得越来越广泛,如传统的交易,游戏,社交,开发工具DevOps tools, 云服务,新闻。 之所以如此是因为技术的进步。更大的带宽用来传输数据和更多的计算来处理和取回数据。 H 阅读全文
posted @ 2019-01-30 18:15 Mr-chen 阅读(336) 评论(0) 推荐(0) 编辑
摘要: Building Node.js REST API Servers with Express.js and Hapi Modern-day web developers use an architecture consisting of a thick client and a a thin bac 阅读全文
posted @ 2019-01-28 15:52 Mr-chen 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 参考:博客 https://www.cnblogs.com/chentianwei/p/10268346.html 参考: mongoose官网(https://mongoosejs.com/docs/models.html) 参考: 英文:Boosting Node.js和MongoDB with 阅读全文
posted @ 2019-01-21 11:20 Mr-chen 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 开始: Mongo Shell 安装后,输入mongo进入控制台: Insert Document 使用控制台insert和执行查询语法: db.collection.insertOne() Query Document 例子: 查询嵌套属性: "field.field": value 查询在数组中 阅读全文
posted @ 2019-01-15 20:42 Mr-chen 阅读(681) 评论(0) 推荐(0) 编辑
摘要: Persistence with MongoDB and Mongoose https://github.com/azat-co/practicalnode/blob/master/chapter5/chapter5.md 学习mongodb的官方网站: https://university.mon 阅读全文
posted @ 2019-01-14 18:22 Mr-chen 阅读(533) 评论(0) 推荐(0) 编辑
摘要: Template Engines: Pug and Handlebars 一个模版引擎是一个库或框架。它用一些rules/languages来解释data和渲染views。 web app中,views可能是HTML pages(或部分它们),但是也可以是JSON, XML文件, 或者在deskto 阅读全文
posted @ 2019-01-14 16:49 Mr-chen 阅读(103) 评论(0) 推荐(0) 编辑
摘要: TDD and BDD for Node.js with Mocha TDD测试驱动开发。自动测试代码。 BDD: behavior-driven development行为驱动开发,基于TDD。一种自然化的测试语言。 例如,使用expect(response.status).to.equal(20 阅读全文
posted @ 2019-01-13 10:39 Mr-chen 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 大神的node书,免费 视频:https://node.university/courses/short-lectures/lectures/3949510 另一本书:全栈JavaScript,学习backbone.js node.js and MongoDB. 1,2章: 第一章 Node.js 阅读全文
posted @ 2019-01-10 09:05 Mr-chen 阅读(189) 评论(0) 推荐(0) 编辑
摘要: JavaScript on the Server JavaScript was originally built for web browsers, but with Node.js we can use it on the server. We can perform server-related 阅读全文
posted @ 2019-01-08 12:01 Mr-chen 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 原文 https://scotch.io/bar-talk/10-node-frameworks-to-use-in-2019 node Framworks列表: http://nodeframework.com/ 框架类型: MVV frameworks: Sinatra-like: 提供丰富的配 阅读全文
posted @ 2019-01-07 10:36 Mr-chen 阅读(337) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 44 下一页