• 收集nodejs经典组件:


    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

    node-oracle

    https://github.com/joeferner/node-oracle

  • 相关阅读:
    AutoCAD 相关的在线多级同步的一些资料收集 beta
    FUSLOGVW 工具来报告错误的具体信息
    [转]阿朱:帮助过我的那些书和人
    Accelerated C++ 习题答案
    一些帮助理解的短视频
    Visual Studio 控制台程序无法输出中文
    [翻译]ObjectArx.Net下Invoke非托管的函数
    LINQ&EF任我行(二)LinQ to Object (转)
    软件编程中的21条法则[转]
    VAssistX的VA Snippet Editor使用小讲 [转]
  • 原文地址:https://www.cnblogs.com/diaosizhang/p/4089422.html
Copyright © 2020-2023  润新知