• HTML
  • CSS
  • Javascript
  • SQL
  • Python
  • Java
  • C
  • C++
  • PHP
  • Scala
  • C#
  • Node.js
  • MySQL
  • MongoDB
  • PL/SQL
  • Swift
  • Bootstrap
  • R
  • Machine Learning
  • Blockchain
  • Angular
  • React Native
  • Computer Fundamentals
  • Compiler Design
  • Operating System
  • Data Structure and Algorithms
  • Computer Network
  • DBMS
  • Excel
ExpressJS 教程
  • ExpressJS 视频教程
  • ExpressJS 教程
  • ExpressJS - 主页
  • ExpressJS - 概述
  • ExpressJS - 环境
  • ExpressJS - 你好世界
  • ExpressJS - 路由
  • ExpressJS - HTTP 方法
  • ExpressJS - URL 构建
  • ExpressJS - 中间件
  • ExpressJS - 模板
  • ExpressJS - 静态文件
  • ExpressJS - 表单数据
  • ExpressJS - 数据库
  • ExpressJS - Cookie
  • ExpressJS - 会话
  • ExpressJS - 身份验证
  • ExpressJS - RESTful API
  • ExpressJS - 脚手架
  • ExpressJS - 错误处理
  • ExpressJS - 调试
  • ExpressJS - 最佳实践
  • ExpressJS - 资源
  • ExpressJS 有用资源
  • ExpressJS - 快速指南
  • ExpressJS - 有用的资源
  • ExpressJS - 讨论

ExpressJS - 资源


本章列出了我们在本教程中使用的各种资源。

  • 最重要的链接当然是 Express API 文档 - https://expressjs.com/en/4x/api.html

  • Express 网站上提供的不同方面的指南也非常有帮助 -

    • 路由

    • 中间件

    • 错误处理

    • 调试

  • 有关 Express 的有用书籍和博客列表,请访问https://expressjs.com/en/resources/books-blogs.html

  • Express 最常用的中间件列表可在https://expressjs.com/en/resources/middleware.html上找到。

  • 这些包含 Express 提示和技巧的博客可能会有所帮助 -

    • https://derickbailey.com/categories/tips-and-tricks/

    • https://scotch.io/tutorials/learn-to-use-the-new-router-in+-expressjs-4

  • 应用程序结构 - https://www.terlici.com/2014/08/25/best-practices-express-struct.html

  • RESTful API -

    • https://www.thepolyglotdeveloper.com/2015/10/create-a-simple-restful-api-with-node-js/

    • https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4

    • https://devcenter.heroku.com/articles/mean-apps-restful-api

    • https://pixelhandler.com/posts/develop-a-restful-api-using-nodejs-with-express-and-mongoose

    • http://cwbuecheler.com/web/tutorials/2014/restful-web-app-node-express-mongodb/

  • 对于高级身份验证,请使用 PassportJS - http://passportjs.org

TutorialSpoint在线教程