Node.js模块、NPM模块

251次阅读
没有评论

官方模块:

第三方模块:

  • cross-env

进程守护类

  • nodemon
  • forever
  • pm2

HTTP类

  • axios

数据库类

  • mysql
  • mysql2
  • knex

ORM

前端类

  • raphael

加密解码、编码解码

  • bcrypt
  • bcryptjs
  • crypto-js

bcryptbcryptjs 的区别在于前者是c++实现性能好,但是无法在浏览器使用,后者是纯JS实现,性能略差有点,但是可以在任何JS能运行的环境运行。

参考

  • https://github.com/kelektiv/node.bcrypt.js/issues/705#issuecomment-463492202

WordPress

  • wordpress

下载文件

  • downloadjs
  • download

删除文件

  • rimraf

遍历目录

查看文件类型

  • mime

路径处理

  • path内置模块
  • upath
  • slash

数字精度

坐标

  • coordtransform
正文完
 0
wujingquan
版权声明:本站原创文章,由 wujingquan 于2023-08-30发表,共计656字。
转载说明:Unless otherwise specified, all articles are published by cc-4.0 protocol. Please indicate the source of reprint.
评论(没有评论)