1. 程式人生 > >好用的node庫

好用的node庫

開源庫 地址 描述 備註
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