標籤:style http io ar os java sp strong on
mysql
功能簡介:mysql- node.js平台mysql驅動,支援事務、串連池、叢集、sql注入檢測、多做參數傳遞寫法等特性。
首頁地址:https://github.com/felixge/node-mysql
eventproxy
功能簡介:eventproxy- node.js 非同步回調代理。主要用來解決node中深層次回調嵌套的問題,支援很多非同步模式:多類型非同步、重複非同步、持續型非同步。
首頁地址:https://github.com/JacksonTian/eventproxy
validator
功能簡介:javascript的驗證工具集,支援兩種模式:check(校正)/sanitize(處理),同時提供了可擴充的錯誤處理。
首頁地址:http://github.com/chriso/node-validator
ejs
功能簡介:embered.jsjavascript 模板引擎(可以跟express整合,作為服務端模板引擎)
首頁地址:https://github.com/visionmedia/ejs
loader
功能簡介:loader- 資源載入工具,可以區分開發模式、發布模式;在發布模式下可進行資源壓縮、合并。以實現減少靜態資源頻寬並且便於實現用戶端緩衝
首頁地址:https://github.com/TBEDP/loader
canvas
功能簡介:canvas - node.js 常用的圖形影像處理庫,是很多其它庫的基礎依賴庫
首頁地址:https://github.com/learnboost/node-canvas
captchagen
功能簡介:captchagen-node.js常用驗證碼圖片處理庫,依賴上面的canvas庫
首頁地址:http://github.com/wearefractal/captchagen
crypto-js
功能簡介:crypto-js- javascript 常用加密庫、hash庫封裝,支援sha-x / md5 / hash等各種加密、hash演算法
首頁地址:http://github.com/wearefractal/captchagen
nodemailer
功能簡介:nodemailer- 郵件發送工具,支援SMTP等郵件發送協議
首頁地址:http://github.com/andris9/nodemailer
qrcode
功能簡介:qrcode- node.js服務端的qrcode產生器。支援多種輸出類型(dataUrl/file/bitArray)
首頁地址:http://github.com/soldair/node-qrcode
pdfkit
功能簡介:qrcode- node.js服務端的qrcode產生器。支援多種輸出類型(dataUrl/file/bitArray)
首頁地址:http://github.com/soldair/node-qrcode
excel
功能簡介:excel- node.js excel解析器,支援xlsx(Excel2007+)
首頁地址:https://github.com/trevordixon/excel
excel-export
功能簡介:excel-export- node.js excel產生器,支援匯出excel
首頁地址:https://github.com/functionscope/Node-Excel-Export
net-ping
功能簡介:net-ping- node.js 對ping的封裝,用於測試目標主機是否可達
首頁地址:https://bitbucket.org/stephenwvickers/node-net-ping
debug
功能簡介:debug- node.js debug工具,對console.log的封裝,支援多種顏色輸出。
首頁地址:https://github.com/visionmedia/debug
收集nodejs經典組件: