Add description to each page (#1639) (#1672)

* Add description to each page (#1639)

* fix: rersolved description issues and also added the descriptions in the es folder

* feat: added descriptions in all the languages
This commit is contained in:
Abdul Rehman
2024-11-03 20:05:49 +05:00
committed by GitHub
parent 210659f2a9
commit fc401a5837
495 changed files with 992 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
---
title: Welcome to The Express Blog!
title: Welcome to The Express Blog!
description: Introducing the new Express blog — a primary platform for announcements, updates, and communication from the Express technical committee.
tags: site-admin
author: Rand McKinney and Chris Del
---

View File

@@ -1,6 +1,7 @@
---
layout: 3x-api
title: Express 3.x - API-Referenz
description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and methods.
menu: api
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: 4x-api
title: Express 4.x - API-Referenz
description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version.
menu: api
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: 5x-api
title: Express 5.x - API-Referenz
description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version.
menu: api
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Leistungsspezifische Best Practices für Express-Anwendungen in Produktionsumgebungen
description: Discover performance and reliability best practices for Express apps in production, covering code optimizations and environment setups for optimal performance.
menu: advanced
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Sicherheitsspezifische Best Practices für Express-Anwendungen in Produktionsumgebungen
description: Discover crucial security best practices for Express apps in production, including using TLS, input validation, secure cookies, and preventing vulnerabilities.
menu: advanced
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Template-Engines für Express entwickeln
description: Learn how to develop custom template engines for Express.js using app.engine(), with examples on creating and integrating your own template rendering logic.
menu: advanced
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express-Sicherheitsupdates
description: Review the latest security updates and patches for Express.js, including detailed vulnerability lists for different versions to help maintain a secure application.
menu: advanced
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: 4x-api
title: Express 4.x - API-Referenz
description: Access the API reference for Express.js detailing all modules, methods, and properties for building web applications with this version.
lang: de
---
<div id="api-doc" markdown="1">

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express hinter Proxys
description: Learn how to configure Express.js applications to work correctly behind reverse proxies, including using the trust proxy setting to handle client IP addresses.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Datenbankintegration in Express
description: Discover how to integrate various databases with Express.js applications, including setup examples for MongoDB, MySQL, PostgreSQL, and more.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Debugging bei Express
description: Learn how to enable and use debugging logs in Express.js applications by setting the DEBUG environment variable for enhanced troubleshooting.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Fehlerbehandlung in Express
description: Understand how Express.js handles errors in synchronous and asynchronous code, and learn to implement custom error handling middleware for your applications.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Migration auf Express 4
description: A guide to migrating your Express.js applications from version 3 to 4, covering changes in middleware, routing, and how to update your codebase effectively.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Migration auf Express 5
description: A comprehensive guide to migrating your Express.js applications from version 4 to 5, detailing breaking changes, deprecated methods, and new improvements.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Weiterleitung in Express
description: Learn how to define and use routes in Express.js applications, including route methods, route paths, parameters, and using Router for modular routing.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express-Middleware verwenden
description: Learn how to use middleware in Express.js applications, including application-level and router-level middleware, error handling, and integrating third-party middleware.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Template-Engines in Express verwenden
description: Discover how to integrate and use template engines like Pug, Handlebars, and EJS with Express.js to render dynamic HTML pages efficiently.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Middleware für die Verwendung in Express-Anwendungen schreiben
description: Learn how to write custom middleware functions for Express.js applications, including examples and best practices for enhancing request and response handling.
menu: guide
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: home
title: Express - Node.js-Framework von Webanwendungen
description: "Express is a fast, unopinionated, minimalist web framework for Node.js, providing a robust set of features for web and mobile applications."
menu: home
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express-Community
description: Connect with the Express.js community, learn about the technical committee, find resources, explore community-contributed modules, and get involved in discussions.
menu: resources
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express-Glossar
description: A comprehensive glossary of terms related to Express.js, Node.js, middleware, routing, and other key concepts to help you understand and use Express effectively.
menu: resources
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express-Middleware
description: Explore a list of Express.js middleware modules maintained by the Express team and the community, including built-in middleware and popular third-party modules.
menu: resources
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Basisrouting in Express
description: Learn the fundamentals of routing in Express.js applications, including how to define routes, handle HTTP methods, and create route handlers for your web server.
menu: starter
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Häufig gestellte Fragen zu Express
description: Find answers to frequently asked questions about Express.js, including topics on application structure, models, authentication, template engines, error handling, and more.
menu: starter
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express-Anwendungsgenerator
description: Learn how to use the Express application generator tool to quickly create a skeleton for your Express.js applications, streamlining setup and configuration.
menu: starter
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Beispiel "Hello World" in Express
description: Get started with Express.js by building a simple 'Hello World' application, demonstrating the basic setup and server creation for beginners.
menu: starter
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express installieren
description: Learn how to install Express.js in your Node.js environment, including setting up your project directory and managing dependencies with npm.
menu: starter
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Statische Dateien in Express bereitstellen
description: Understand how to serve static files like images, CSS, and JavaScript in Express.js applications using the built-in 'static' middleware.
menu: starter
lang: de
---

View File

@@ -1,6 +1,7 @@
---
layout: 3x-api
title: Express 3.x - API Reference
description: Access the API reference for Express.js version 3.x, noting that this version is end-of-life and no longer maintained - includes details on modules and methods.
menu: api
lang: en
redirect_from: "/3x/api.html"

View File

@@ -1,6 +1,7 @@
---
layout: 4x-api
title: Express 4.x - API Reference
description: Access the API reference for Express.js 4.x, detailing all modules, methods, and properties for building web applications with this version.
menu: api
lang: en
redirect_from: "/4x/api.html"

View File

@@ -1,6 +1,7 @@
---
layout: 5x-api
title: Express 5.x - API Reference
description: Access the API reference for Express.js 5.x, detailing all modules, methods, and properties for building web applications with this latest version.
menu: api
lang: en
redirect_from: "/5x/api.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Performance Best Practices Using Express in Production
description: Discover performance and reliability best practices for Express apps in production, covering code optimizations and environment setups for optimal performance.
menu: advanced
lang: en
redirect_from: "/advanced/best-practice-performance.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Security Best Practices for Express in Production
description: Discover crucial security best practices for Express apps in production, including using TLS, input validation, secure cookies, and preventing vulnerabilities.
menu: advanced
lang: en
redirect_from: "/advanced/best-practice-security.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Developing template engines for Express
description: Learn how to develop custom template engines for Express.js using app.engine(), with examples on creating and integrating your own template rendering logic.
menu: advanced
lang: en
redirect_from: "/advanced/developing-template-engines.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Health Checks and Graceful Shutdown
description: Learn how to implement health checks and graceful shutdown in Express apps to enhance reliability, manage deployments, and integrate with load balancers like Kubernetes.
menu: advanced
lang: en
redirect_from: "/advanced/healthcheck-graceful-shutdown.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express security updates
description: Review the latest security updates and patches for Express.js, including detailed vulnerability lists for different versions to help maintain a secure application.
menu: advanced
lang: en
redirect_from: "/advanced/security-updates.html"

View File

@@ -1,6 +1,7 @@
---
layout: 4x-api
title: Express 4.x - API Reference
description: Access the API reference for Express.js detailing all modules, methods, and properties for building web applications with this version.
lang: en
redirect_from: "/api.html"
---

View File

@@ -1,6 +1,7 @@
---
layout: post
title: Express Blog Posts
description: Explore the latest articles, announcements, and updates from the Express.js team and community on the Express blog.
menu: blog
lang: en
redirect_from: "/blog/posts.html"

View File

@@ -1,6 +1,7 @@
---
layout: post
title: How to write a blog post
description: Learn how to propose and write a blog post for the Express.js blog, including submission guidelines and steps to contribute your content.
menu: blog
lang: en
redirect_from: "/blog/write.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express 4.x changelog
description: Stay updated with the release change log for Express.js 4.x, detailing new features, bug fixes, and important changes across versions.
menu: changelog
lang: en
redirect_from: "/changelog/4x.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express behind proxies
description: Learn how to configure Express.js applications to work correctly behind reverse proxies, including using the trust proxy setting to handle client IP addresses.
menu: guide
lang: en
redirect_from: "/guide/behind-proxies.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express database integration
description: Discover how to integrate various databases with Express.js applications, including setup examples for MongoDB, MySQL, PostgreSQL, and more.
menu: guide
lang: en
redirect_from: "/guide/database-integration.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Debugging Express
description: Learn how to enable and use debugging logs in Express.js applications by setting the DEBUG environment variable for enhanced troubleshooting.
menu: guide
lang: en
redirect_from: "/guide/debugging.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express error handling
description: Understand how Express.js handles errors in synchronous and asynchronous code, and learn to implement custom error handling middleware for your applications.
menu: guide
lang: en
redirect_from: "/guide/error-handling.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Migrating to Express 4
description: A guide to migrating your Express.js applications from version 3 to 4, covering changes in middleware, routing, and how to update your codebase effectively.
menu: guide
lang: en
redirect_from: "/guide/migrating-4.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Migrating to Express 5
description: A comprehensive guide to migrating your Express.js applications from version 4 to 5, detailing breaking changes, deprecated methods, and new improvements.
menu: guide
lang: en
redirect_from: "/guide/migrating-5.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Overriding the Express API
description: Discover how to customize and extend the Express.js API by overriding methods and properties on the request and response objects using prototypes.
menu: guide
lang: en
---

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express routing
description: Learn how to define and use routes in Express.js applications, including route methods, route paths, parameters, and using Router for modular routing.
menu: guide
lang: en
redirect_from: "/guide/routing.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Using Express middleware
description: Learn how to use middleware in Express.js applications, including application-level and router-level middleware, error handling, and integrating third-party middleware.
menu: guide
lang: en
redirect_from: "/guide/using-middleware.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Using template engines with Express
description: Discover how to integrate and use template engines like Pug, Handlebars, and EJS with Express.js to render dynamic HTML pages efficiently.
menu: guide
lang: en
redirect_from: "/guide/using-template-engines.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Writing middleware for use in Express apps
description: Learn how to write custom middleware functions for Express.js applications, including examples and best practices for enhancing request and response handling.
menu: guide
lang: en
redirect_from: "/guide/writing-middleware.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express community
description: Connect with the Express.js community, learn about the technical committee, find resources, explore community-contributed modules, and get involved in discussions.
menu: resources
lang: en
redirect_from: "/resources/community.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Contributing to Express
description: Find out how to contribute to Express.js, including guidelines for reporting issues, submitting pull requests, becoming a collaborator, and understanding security policies.
menu: resources
lang: en
redirect_from: "/resources/community.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express glossary
description: A comprehensive glossary of terms related to Express.js, Node.js, middleware, routing, and other key concepts to help you understand and use Express effectively.
menu: resources
lang: en
redirect_from: "/resources/glossary.html"

View File

@@ -1,6 +1,7 @@
---
layout: middleware
title: Express middleware
description: Explore a list of Express.js middleware modules maintained by the Express team and the community, including built-in middleware and popular third-party modules.
menu: resources
lang: en
redirect_from: "/resources/middleware.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express utilities
description: Discover utility modules related to Express.js and Node.js, including tools for cookies, CSRF protection, URL parsing, routing, and more to enhance your applications.
menu: resources
lang: en
redirect_from: "/resources/utilities.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express basic routing
description: Learn the fundamentals of routing in Express.js applications, including how to define routes, handle HTTP methods, and create route handlers for your web server.
menu: starter
lang: en
redirect_from: "/starter/basic-routing.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express examples
description: Explore a collection of Express.js application examples covering various use cases, integrations, and advanced configurations to help you learn and build your projects.
menu: starter
lang: en
redirect_from: "/starter/examples.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express FAQ
description: Find answers to frequently asked questions about Express.js, including topics on application structure, models, authentication, template engines, error handling, and more.
menu: starter
lang: en
redirect_from: "/starter/faq.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express application generator
description: Learn how to use the Express application generator tool to quickly create a skeleton for your Express.js applications, streamlining setup and configuration.
menu: starter
lang: en
redirect_from: "/starter/generator.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Express "Hello World" example
description: Get started with Express.js by building a simple 'Hello World' application, demonstrating the basic setup and server creation for beginners.
menu: starter
lang: en
redirect_from: "/starter/hello-world.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Installing Express
description: Learn how to install Express.js in your Node.js environment, including setting up your project directory and managing dependencies with npm.
menu: starter
lang: en
redirect_from: "/starter/installing.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Serving static files in Express
description: Understand how to serve static files like images, CSS, and JavaScript in Express.js applications using the built-in 'static' middleware.
menu: starter
lang: en
redirect_from: "/starter/static-files.html"

View File

@@ -1,6 +1,7 @@
---
layout: page
title: Version Support
description: Find information about the support schedule for different Express.js versions, including which versions are currently maintained and end-of-life policies.
menu: support
lang: en
---

View File

@@ -3,6 +3,9 @@ layout: 3x-api
title: Express 3.x - Referencia de API
menu: api
lang: es
description: Access the API reference for Express.js version 3.x, noting that this
version is end-of-life and no longer maintained - includes details on modules and
methods.
---
<div id="api-doc" markdown="1">

View File

@@ -3,6 +3,8 @@ layout: 4x-api
title: Express 4.x - Referencia de API
menu: api
lang: es
description: Access the API reference for Express.js 4.x, detailing all modules, methods,
and properties for building web applications with this version.
---
<div id="api-doc" markdown="1">

View File

@@ -3,6 +3,8 @@ layout: 5x-api
title: Express 5.x - Referencia de API
menu: api
lang: es
description: Access the API reference for Express.js 5.x, detailing all modules, methods,
and properties for building web applications with this latest version.
---
<div id="api-doc" markdown="1">

View File

@@ -3,6 +3,8 @@ layout: page
title: Mejores prácticas de rendimiento cuando se utiliza Express en producción
menu: advanced
lang: es
description: Discover performance and reliability best practices for Express apps
in production, covering code optimizations and environment setups for optimal performance.
---
# Mejores prácticas de producción: rendimiento y fiabilidad

View File

@@ -3,6 +3,8 @@ layout: page
title: Mejores prácticas de seguridad para Express en producción
menu: advanced
lang: es
description: Discover crucial security best practices for Express apps in production,
including using TLS, input validation, secure cookies, and preventing vulnerabilities.
---
# Mejores prácticas de producción: seguridad

View File

@@ -3,6 +3,8 @@ layout: page
title: Desarrollo de motores de plantilla para Express
menu: advanced
lang: es
description: Learn how to develop custom template engines for Express.js using app.engine(),
with examples on creating and integrating your own template rendering logic.
---
# Desarrollo de motores de plantilla para Express

View File

@@ -3,6 +3,8 @@ layout: page
title: Actualizaciones de seguridad de Express
menu: advanced
lang: es
description: Review the latest security updates and patches for Express.js, including
detailed vulnerability lists for different versions to help maintain a secure application.
---
# Actualizaciones de seguridad

View File

@@ -2,6 +2,8 @@
layout: 4x-api
title: Express 4.x - Referencia de API
lang: es
description: Access the API reference for Express.js detailing all modules, methods,
and properties for building web applications with this version.
---
<div id="api-doc" markdown="1">

View File

@@ -3,6 +3,8 @@ layout: page
title: Express detrás de proxies
menu: guide
lang: es
description: Learn how to configure Express.js applications to work correctly behind
reverse proxies, including using the trust proxy setting to handle client IP addresses.
---
# Express detrás de proxies

View File

@@ -3,6 +3,8 @@ layout: page
title: Integración de la base de datos de Express
menu: guide
lang: es
description: Discover how to integrate various databases with Express.js applications,
including setup examples for MongoDB, MySQL, PostgreSQL, and more.
---
# Integración de la base de datos

View File

@@ -3,6 +3,8 @@ layout: page
title: Depuración de Express
menu: guide
lang: es
description: Learn how to enable and use debugging logs in Express.js applications
by setting the DEBUG environment variable for enhanced troubleshooting.
---
# Depuración de Express

View File

@@ -3,6 +3,8 @@ layout: page
title: Manejo de errores de Express
menu: guide
lang: es
description: Understand how Express.js handles errors in synchronous and asynchronous
code, and learn to implement custom error handling middleware for your applications.
---
# Manejo de errores

View File

@@ -3,6 +3,8 @@ layout: page
title: Migración a Express 4
menu: guide
lang: es
description: A guide to migrating your Express.js applications from version 3 to 4,
covering changes in middleware, routing, and how to update your codebase effectively.
---
# Migración a Express 4

View File

@@ -3,6 +3,8 @@ layout: page
title: Migración a Express 5
menu: guide
lang: es
description: A comprehensive guide to migrating your Express.js applications from
version 4 to 5, detailing breaking changes, deprecated methods, and new improvements.
---
# Migración a Express 5

View File

@@ -3,6 +3,8 @@ layout: page
title: Direccionamiento de Express
menu: guide
lang: es
description: Learn how to define and use routes in Express.js applications, including
route methods, route paths, parameters, and using Router for modular routing.
---
# Direccionamiento

View File

@@ -3,6 +3,8 @@ layout: page
title: Utilización del middleware de Express
menu: guide
lang: es
description: Learn how to use middleware in Express.js applications, including application-level
and router-level middleware, error handling, and integrating third-party middleware.
---
# Utilización del middleware

View File

@@ -3,6 +3,8 @@ layout: page
title: Utilización de motores de plantilla con Express
menu: guide
lang: es
description: Discover how to integrate and use template engines like Pug, Handlebars,
and EJS with Express.js to render dynamic HTML pages efficiently.
---
# Utilización de motores de plantilla con Express

View File

@@ -3,6 +3,8 @@ layout: page
title: Escritura de middleware para su uso en aplicaciones Express
menu: guide
lang: es
description: Learn how to write custom middleware functions for Express.js applications,
including examples and best practices for enhancing request and response handling.
---
# Escritura de middleware para su uso en aplicaciones Express

View File

@@ -3,6 +3,8 @@ layout: home
title: Express - Infraestructura de aplicaciones web Node.js
menu: home
lang: es
description: Express is a fast, unopinionated, minimalist web framework for Node.js,
providing a robust set of features for web and mobile applications.
---
<section id="home-content">
{% include header/header-{{ page.lang }}.html %}

View File

@@ -3,6 +3,8 @@ layout: page
title: Comunidad de Express
menu: resources
lang: es
description: Connect with the Express.js community, learn about the technical committee,
find resources, explore community-contributed modules, and get involved in discussions.
---
# Comunidad

View File

@@ -3,6 +3,8 @@ layout: page
title: Glosario de Express
menu: resources
lang: es
description: A comprehensive glossary of terms related to Express.js, Node.js, middleware,
routing, and other key concepts to help you understand and use Express effectively.
---
# Glosario

View File

@@ -3,6 +3,8 @@ layout: page
title: Middleware de Express
menu: resources
lang: es
description: Explore a list of Express.js middleware modules maintained by the Express
team and the community, including built-in middleware and popular third-party modules.
---
# Middleware de terceros

View File

@@ -3,6 +3,9 @@ layout: page
title: Direccionamiento básico de Express
menu: starter
lang: es
description: Learn the fundamentals of routing in Express.js applications, including
how to define routes, handle HTTP methods, and create route handlers for your web
server.
---
# Direccionamiento básico

View File

@@ -3,6 +3,9 @@ layout: page
title: Preguntas más frecuentes sobre Express
menu: starter
lang: es
description: Find answers to frequently asked questions about Express.js, including
topics on application structure, models, authentication, template engines, error
handling, and more.
---
# Preguntas más frecuentes

View File

@@ -3,6 +3,8 @@ layout: page
title: Generador de aplicaciones Express
menu: starter
lang: es
description: Learn how to use the Express application generator tool to quickly create
a skeleton for your Express.js applications, streamlining setup and configuration.
---
# Generador de aplicaciones Express

View File

@@ -3,6 +3,8 @@ layout: page
title: Ejemplo "Hello World" de Express
menu: starter
lang: es
description: Get started with Express.js by building a simple 'Hello World' application,
demonstrating the basic setup and server creation for beginners.
---
# Ejemplo Hello world

View File

@@ -3,6 +3,8 @@ layout: page
title: Instalación de Express
menu: starter
lang: es
description: Learn how to install Express.js in your Node.js environment, including
setting up your project directory and managing dependencies with npm.
---
# Instalación

View File

@@ -3,6 +3,8 @@ layout: page
title: Servicio de archivos estáticos en Express
menu: starter
lang: es
description: Understand how to serve static files like images, CSS, and JavaScript
in Express.js applications using the built-in 'static' middleware.
---
# Servicio de archivos estáticos en Express

View File

@@ -3,6 +3,9 @@ layout: 3x-api
title: Express 3.x - Référence de l'API
menu: api
lang: fr
description: Access the API reference for Express.js version 3.x, noting that this
version is end-of-life and no longer maintained - includes details on modules and
methods.
---
<div id="api-doc" markdown="1">

View File

@@ -3,6 +3,8 @@ layout: 4x-api
title: Express 4.x - Référence de l'API
menu: api
lang: fr
description: Access the API reference for Express.js 4.x, detailing all modules, methods,
and properties for building web applications with this version.
---
<div id="api-doc" markdown="1">

View File

@@ -3,6 +3,8 @@ layout: 5x-api
title: Express 5.x - Référence de l'API
menu: api
lang: fr
description: Access the API reference for Express.js 5.x, detailing all modules, methods,
and properties for building web applications with this latest version.
---
<div id="api-doc" markdown="1">

View File

@@ -1,8 +1,11 @@
---
layout: page
title: Meilleures pratiques en termes de performances pour l'utilisation d'Express en production
title: Meilleures pratiques en termes de performances pour l'utilisation d'Express
en production
menu: advanced
lang: fr
description: Discover performance and reliability best practices for Express apps
in production, covering code optimizations and environment setups for optimal performance.
---
# Meilleures pratiques en production : performances et fiabilité

View File

@@ -3,6 +3,8 @@ layout: page
title: Meilleures pratiques de sécurité pour Express en production
menu: advanced
lang: fr
description: Discover crucial security best practices for Express apps in production,
including using TLS, input validation, secure cookies, and preventing vulnerabilities.
---
# Meilleures pratiques en production : Sécurité

View File

@@ -3,6 +3,8 @@ layout: page
title: Développement de moteurs de modèles pour Express
menu: advanced
lang: fr
description: Learn how to develop custom template engines for Express.js using app.engine(),
with examples on creating and integrating your own template rendering logic.
---
# Développement de moteurs de modèles pour Express

View File

@@ -3,6 +3,8 @@ layout: page
title: Express security updates
menu: advanced
lang: fr
description: Review the latest security updates and patches for Express.js, including
detailed vulnerability lists for different versions to help maintain a secure application.
---
# Mises à jour de sécurité

Some files were not shown because too many files have changed in this diff Show More