Skip to content

基于 node 的 web server 博客项目;主要包括的功能点:通过 node 实现接口;mysql 数据库的链接;cookie、session 实现登录;安全方面;日志拆分、分析;运维 pm2;

Notifications You must be signed in to change notification settings

jiegiser/node-blog

Repository files navigation

node-blog

基于 node 的 web server 博客系统

🔔 功能

  • 1️⃣ 接口:Node.js 处理 http 请求搭建开发环境处理路由开发各个接口;
  • 2️⃣ 数据库:MySQL 介绍 Node.js 连接MySQL接口对接 MySQL;
  • 3️⃣ Cookie 和 Session 登录中间件开发与前端页面联调(结合 Nginx)使用 Redis 存储 Session;
  • 4️⃣ 安全方面:预防 SQL 注入预防 XSS 攻击;
  • 5️⃣ 日志:Node.js 文件操作 stream 流日志功能的开发、日志文件拆分、日志分析;
  • 6️⃣ 运维:PM2 介绍和配置 PM2 多进程模型、服务器运维;

About

基于 node 的 web server 博客项目;主要包括的功能点:通过 node 实现接口;mysql 数据库的链接;cookie、session 实现登录;安全方面;日志拆分、分析;运维 pm2;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published