公司已用的node模块小结:
1、JS工具库使用的是lodash,之前用的underscore现在已经完全废弃,因为lodash速度远快于underscore而且支持AMD,最重要的一点是lodash完全兼容underscore
2、常用开发框架:express
3、数据库模块:mongoose,mysql
4、缓存相关:redis
5、Web Socket模块:socket.io
6、日志模块:log4js
7、HTTP调用模块:request
8、异步留存模块:async
9、时间模块:moment
10、单元测试:mocha
11、项目管理:grunt
12、HTML解析模块:cheerio