摘要:
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 阅读全文
摘要:
Persistence with MongoDB and Mongoose https://github.com/azat-co/practicalnode/blob/master/chapter5/chapter5.md 学习mongodb的官方网站: https://university.mon 阅读全文
摘要:
TDD and BDD for Node.js with Mocha TDD测试驱动开发。自动测试代码。 BDD: behavior-driven development行为驱动开发,基于TDD。一种自然化的测试语言。 例如,使用expect(response.status).to.equal(20 阅读全文
摘要:
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 阅读全文