好用的node庫
阿新 • • 發佈:2018-11-22
開源庫 | 地址 | 描述 | 備註 |
q | https://github.com/kriskowal/q |
|
參考:https://blog.csdn.net/ii1245712564/ 百度“nodejs q模組” |
request | https://github.com/request/request | 讓node.js http請求變得超簡單 | 百度:“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 | 簡單的單元測試庫 | |
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 |