Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzwwjjdj319/express
express基本使用,包括注册,登陆,上传,下载,登录权限控制,session持久化,邮件发送,网络爬虫等
https://github.com/zzwwjjdj319/express
Last synced: 4 months ago
JSON representation
express基本使用,包括注册,登陆,上传,下载,登录权限控制,session持久化,邮件发送,网络爬虫等
- Host: GitHub
- URL: https://github.com/zzwwjjdj319/express
- Owner: zzwwjjdj319
- Created: 2016-06-20T07:48:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T14:52:52.000Z (over 6 years ago)
- Last Synced: 2024-08-01T13:32:07.224Z (7 months ago)
- Language: JavaScript
- Size: 244 KB
- Stars: 43
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-express-socket.io-mongodb
express基本使用,包括注册,登陆,上传,下载,登录权限控制,session持久化,邮件发送,网络爬虫,实时刷新等线上演示地址 : http://120.25.169.8/before/index
主框架: express 4.16
模板引擎 : ejs 2.3
实时刷新: socket.io 1.4
数据库: mongodb
数据库模块 : mongoose 4.5
上传模块 : multer 1.1 注意:multer1.0版本以后和之前代码差异很大
邮件发送模块 : nodemailer 2.4
网络爬虫 : cheerio 0.20
uploads文件夹 : 上传文件存放
utils文件夹 : 工具类文件
app.config.js文件 : 全局的属性定义