博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NodeJS 常用模块
阅读量:6367 次
发布时间:2019-06-23

本文共 1651 字,大约阅读时间需要 5 分钟。

NodeJS 模块:

n:NodeJS 版本管理/切换

  参考:

    https://github.com/tj/n

 

ExpressJS:Web 框架

  参考:

    http://expressjs.com/

    

morgan:ExpressJS 日志中间件

  参考:

    https://github.com/expressjs/morgan

 

express-enrouten:ExpressJS 路由自动注册中间件

  参考:

    https://www.npmjs.com/package/express-enrouten

    https://github.com/krakenjs/express-enrouten

 

SuperAgent:模拟 HTTP 请求

  参考:

    https://github.com/visionmedia/superagent

    http://visionmedia.github.io/superagent/

    https://www.npmjs.com/package/superagent

 

request:模拟 HTTP 请求

  参考:

    https://github.com/request/request

    https://www.npmjs.com/package/request

    http://www.sitepoint.com/making-http-requests-in-node-js/

 

xlsx:读写 Excel 文件。

  参考:

    https://www.npmjs.com/package/xlsx

 

connect-multiparty:读取上传到 NodeJS 服务器的文件。

  参考:

    https://www.npmjs.com/package/connect-multiparty

    http://chensd.com/2015-01/Node-js-Ajax-Upload-File.html

 

uuid:生成 GUID 。

  参考:

    https://www.npmjs.com/package/uuid

 

Moment:

  参考:

    http://momentjs.com/

    http://www.momentjs.cn/

 

bookshelf: NodeJS 平台下不错的 ORM 框架。

  参考:

    http://bookshelfjs.org/

    https://github.com/tgriesser/bookshelf

    http://www.tuicool.com/articles/7BVNFz

    http://blog.csdn.net/zhulin2609/article/details/50185065

 

resource-router-middleware:nodejs web 框架 express 的中间件。

  参考:

    https://github.com/developit/resource-router-middleware

 

knex.js:持久化框架。

  参考:

    http://knexjs.org/

    https://github.com/tgriesser/knex

 

关于使用 Visual Studio Code 开发 NodeJS 应用:

在用 Visual Studio Code 进行开发时,还可以用 npm install tsd 。然后通过 tsd 的 CLI (Command Line Interface),安装上面对应模块的 tsd 文件。这样在写代码时就有了 Intellisense 功能了。可以参考:http://www.cnblogs.com/NodeStudy/p/5095670.html

你可能感兴趣的文章
细说Unicode(一) Unicode初认识
查看>>
Node.js有了新的管理者
查看>>
Java 20年:历史与未来
查看>>
彻底理解Javascript中的原型链与继承
查看>>
腾讯最大规模裁撤中层干部,让贤年轻人
查看>>
gRPC-Web发布,REST又要被干掉了?
查看>>
如何:强化 TCP/IP 堆栈安全
查看>>
Spring3 MVC中使用Swagger生成API文档
查看>>
FastCGI PHP on Windows Server 2003
查看>>
LimeSDR Getting Started Quickly | LimeSDR上手指南
查看>>
JSP标签JSTL的使用(1)--表达式操作
查看>>
SAP顾问的人脉比技术更为重要
查看>>
FI/CO PA考试试卷
查看>>
汽车介质应用非常严苛?没关系,新技术带来的高精度传感器十分适应!
查看>>
天合光能 - 用计算捕捉“光的能量”
查看>>
使用sysbench压力测试MySQL(一)(r11笔记第3天)
查看>>
css知多少(11)——position
查看>>
【Spring】定时任务详解实例-@Scheduled
查看>>
先有的资源,能看的速度看,不能看的,抽时间看。说不定那天就真的打不开了(转)...
查看>>
[20161028]rman与filesperset=1.txt
查看>>