有哪些比较好用的nodejs模块

2025-05-02 05:28:35
推荐回答(1个)
回答(1):

node 里精致好用的 module 很多的
常用基础的:

underscore
async
debug
bunyan
gulp 和相关的插件:

gulp-uglify

gulp-sass
gulp-concat
gulp-base64
gulp-rev
stream 和相关的模块(用的不太多)

through2
event-stream
...
express 和相关模块

morgan

body-parser
multer
cli 相关模块

minimist
chalk
其他的还有 phantom-node、browserify、mongoose、jade、nodemon、pm2,不过这些更大一些,应该算是工具类的

作者:杨辰