mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
* 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:
@@ -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">
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user