摘要:
Real-Time Apps with WebSocket, Socket.IO, and DerbyJS 实时程序的使用变得越来越广泛,如传统的交易,游戏,社交,开发工具DevOps tools, 云服务,新闻。 之所以如此是因为技术的进步。更大的带宽用来传输数据和更多的计算来处理和取回数据。 H 阅读全文
摘要:
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 阅读全文