官方模块:
第三方模块:
- cross-env
进程守护类
- nodemon
- forever
- pm2
HTTP类
- axios
数据库类
- mysql
- mysql2
- knex
ORM
前端类
- raphael
加密解码、编码解码
- bcrypt
- bcryptjs
- crypto-js
bcrypt
与 bcryptjs
的区别在于前者是c++
实现性能好,但是无法在浏览器使用,后者是纯JS
实现,性能略差有点,但是可以在任何JS
能运行的环境运行。
参考
- https://github.com/kelektiv/node.bcrypt.js/issues/705#issuecomment-463492202
WordPress
- wordpress
下载文件
- downloadjs
- download
删除文件
- rimraf
遍历目录
- fdir fdir – npm (npmjs.com)
- @root/walk @root/walk – npm (npmjs.com)
查看文件类型
- mime
路径处理
- path内置模块
- upath
- slash
数字精度
- MikeMcl/decimal.js: An arbitrary-precision Decimal type for JavaScript (github.com)
- big.js API (mikemcl.github.io)
- math.js | an extensive math library for JavaScript and Node.js (mathjs.org)
- bignumber.js – npm (npmjs.com)
坐标
- coordtransform
正文完