# node-practice-3 **Repository Path**: mirrors_alsotang/node-practice-3 ## Basic Information - **Project Name**: node-practice-3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #node-practice-3 在 practice 2 的基础上,输出每一个 topic 中的第一条评论。为 practice 3 的代码写测试代码,使行覆盖率达到 90%。 --- 主要目标: 1. 学习使用 eventproxy 来控制并发。 2. 测试框架使用 mocha http://mochajs.org/ 断言框架使用 should https://github.com/visionmedia/should.js/ 覆盖率用 istanbul。了解什么是行覆盖率,什么是分支覆盖率,什么是函数覆盖率。 3. 学习使用 travisci 和 coveralls,并把它们的 badges 放进项目的 readme 中。 --- app.js代码参考alsotang的node-learn-lesson https://github.com/alsotang/node-lessons/tree/master/lesson4