Nodemailer 是一个简单易用的 Node.JS 邮件发送模块(通过 SMTP,sendmail,或者 Amazon SES),支持 unicode,你可以使用任何你喜欢的字符集。 Unicode to use any characters HTML content as well as plain text alternative Attachments (including attachment streaming for sending larger files) Embedded images in HTML SSL/STARTTLS for secure e-mail delivery Different transport methods - SMTP, sendmail and Amazon SES SMTP Connection pool and connection reuse for rapid delivery Preconfigured services for using SMTP with Gmail, Hotmail etc. Use objects as header values for SendGrid SMTP API XOAUTH authentication support and token generation (3-legged OAuth) - useful with Gmail DKIM signing 标签:Nodemailer
2021-12-03 10:44:46 8.22MB 开源项目
1
吴鹏程本科毕业设计,基于Node.js的微博应用,与Node.js、MVC、微博第三方应用相关
2021-12-02 18:22:25 9.15MB Node.js MVC 微博
1
拖把 MongoDB oplog 的通用处理器,将注册的事务路由到指定的使用者。 它处理类型为插入、更新、删除和命令的操作。 用法 var Moplog = require ( 'moplog' ) ; // Initialize with the location of the nconf config file to use and the // directory to the consumers. var moplog = new Moplog ( './config.json' , './consumers' ) ; // Assuming that your config has valid MongoDB connection details as well as // valid consumers configured, this will kick off the
2021-12-02 17:06:35 11KB JavaScript
1
节点-Logitech-Extreme-3D-Pro ======用于Logitech的Extreme 3D Pro的简单node.js游戏杆数据读取器。 用法 如果尝试使用node app.js运行该程序,则可能会遇到如下错误: Error: cannot open device with vendor id 0x46d and product id 0xc215 尝试以管理员或sudoer身份运行它: sudo node app.js
2021-12-02 10:30:25 9KB JavaScript
1
Web3示例 带有Web3 javascript示例脚本的Node.js,可从以太坊区块链获取基本信息(交易,余额,以太币和代币)。 什么是? 我不是开发人员。 但是,我想学习如何编写与以太坊区块链交互的代码,这是我认为是最有趣的区块链项目之一,是学习如何在网站或仅在控制台中使用臭名昭著的“区块链”的好地方使用一些JavaScript。 如前所述,我不是开发人员,这证明确实是个挑战。 Googling找到了一些很好的示例,但是最终我得到的很多还是我编写的代码。 话虽如此,任何专业人士威力会注意到我的代码并不完美。 本来我打算将所有这些都写成一篇中型文章,但是在Github上找人帮助或更正错
2021-12-02 01:31:45 22KB javascript website balance ethereum
1
此仓库正在建设中。 您可能会发现某些零件无法正常工作。 以下功能将添加到此仓库中 服务器端缓存 服务器端表单验证 测试范围 可缩放图像上传 接线CI / CD 图书馆管理系统 使用MongodDB,Express.js和Node.js构建的简单的在线图书馆管理系统。 查看应用程序 此应用程序中使用的技术 前端 HTML5 CSS3 自举4 jQuery的 后端 MongoDB的 Express.js Node.js Passport.js 安装依赖项 在应用程序文件中打开git bash或命令行工具,然后按照npm命令运行,或者如果您知道该怎么办,只需查看package.json文件即可:) npm install passport passport-local passport-local-mongoose body-parser connect-flash ejs expr
2021-12-01 23:41:27 95KB 系统开源
1
本篇文章主要介绍了用node和express连接mysql实现登录注册的实现代码,具有一定的参考价值,有兴趣的可以了解一下
1
node express MongoDB实现小程序商城服务端
2021-12-01 20:26:10 1.11MB Node.js开发-其它杂项
1
编译 编译由一个或多个Node.js模块组成的Frida脚本。 例子 $ frida-compile agent -o agent.js 安装 $ npm install frida-compile
2021-11-30 23:11:38 30KB JavaScript
1
msnodesqlv8 新的64位x64 Linux 新增了对MacOS的支持 用于proc调用的基于新使用对象的命名参数-请参见WIKI 通过绑定表提供了新的改进的本地日期支持 新支持Node v16 暂停/恢复长时间运行的查询 内置连接池 直接包括支持 支持输入/输出参数。 从存储过程中捕获返回代码。 将获得描述参数的元数据。 与大于10.0的Node版本兼容 电子版本大于5.0 包括64位/ ia32预编译的库。 使用npm install msnodesqlv8进行npm install 批量表操作的插入,删除,更新 准备好的陈述 表值参数 与续集一起使用 Node JS对SQL Server的支持 该版本基于node-sqlserver,将在Visual Studio 2017/2019中编译,并使用NAN抽象针对v8节点模块API构建。 版本包括针对Node
2021-11-30 14:25:20 517KB JavaScript
1