好用的node库

版权声明:如需转载请参阅《转载说明》 https://blog.csdn.net/automation13/article/details/84323458
开源库 地址 描述 备注
q https://github.com/kriskowal/q

q模块不仅仅是为了解决回调地狱的问题,还能很大程度上辅助你进行一些需要并行,串行,定时等操作

参考:https://blog.csdn.net/ii1245712564/

article/details/51419533

百度“nodejs q模块”

request https://github.com/request/request 让node.js http请求变得超简单

参考:https://www.cnblogs.com/

liuchuanfeng/p/6686009.html

百度:“node  request”

cookie-parser https://github.com/expressjs/cookie-parser express框架处理cookie  

express-session

https://github.com/expressjs/session express框架处理session  
body-parser https://github.com/expressjs/body-parser express框架处理请求的body  
node-base64-image https://github.com/riyadhalnur/node-base64-image Download images from remote URLs or use local images and encode/decode them to Base64 string or Buffer object  
nodemon https://github.com/remy/nodemon node工程修改代码后自动重启  
redis https://github.com/NodeRedis/node_redis 缓存,将数据存储在内存中,减少数据库访问次数  
should https://github.com/tj/should.js 简单的单元测试库  
wechat https://github.com/node-webot/wechat 微信公共平台消息接口服务中间件  
node-http-proxy https://github.com/nodejitsu/node-http-proxy node服务器设置代理 express服务器内置设置代理的方法:http://www.expressjs.com.cn/guide/behind-proxies.html

猜你喜欢

转载自blog.csdn.net/automation13/article/details/84323458
今日推荐