|
1 | 1 | --- |
2 | 2 | layout: home |
3 | | -title: Express - Node.js web application framework |
4 | | -description: "Express is a fast, unopinionated, minimalist web framework for Node.js, providing a robust set of features for web and mobile applications." |
| 3 | +title: Express - Node.js Marco de aplicación web |
| 4 | +description: "Express es un marco web rápido, sin opinión y minimalista para Node.js, que proporciona un robusto conjunto de características para aplicaciones web y móviles." |
5 | 5 | menu: home |
6 | 6 | redirect_from: " " |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | <section id="home-content"> |
10 | 10 | <div id="homepage-leftpane" class="pane"> |
11 | 11 | <section id="description"> |
12 | | - <div class="express"><a href="/">Express</a><a href="{{ page.lang }}/changelog/4x.html#{{ site.data.express.current_version }}" id="express-version">{{ site.data.express.current_version }}</a></div> |
13 | | - <h1 class="description">Fast, unopinionated, minimalist web framework for <a href='https://nodejs.org/en/'>Node.js</a></h1> |
| 12 | + <div class="express"><code>Express</code><a href="{{ page.lang }}/changelog/4x.html#{{ site.data.express.current_version }}" id="express-version">{{ site.data.express.current_version }}</a></div> |
| 13 | + <h1 class="description">Marco web rápido, sin opinión y minimalista para <a href='https://nodejs.org/en/'>Node.js</a></h1> |
14 | 14 | </section> |
15 | 15 | <pre class="install-command"><code>$ npm install express --save</code></pre> |
16 | 16 | </div> |
@@ -38,24 +38,22 @@ app.listen(port, () => { |
38 | 38 |
|
39 | 39 | <section id="announcements"> |
40 | 40 | {% include announcement.html %} |
41 | | -</section> |
42 | | -{% endif %} |
| 41 | +</section>{% endif %} |
43 | 42 |
|
44 | 43 | <section id="intro"> |
45 | 44 | <div id="boxes" class="clearfix"> |
46 | 45 | <div id="web-applications"> |
47 | | - <h2>Web Applications</h2> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. |
48 | | - </div> |
| 46 | + <h2>Aplicaciones web</h2> Express es un minimalista y flexible framework de aplicaciones web de Node.js que provee un conjunto robusto de características para aplicaciones web y móviles</div> |
49 | 47 | <div id="apis"> |
50 | | - <h2>APIs</h2> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy. |
| 48 | + <h2>APIs</h2> Con una gran cantidad de métodos de utilidad HTTP y middleware a tu disposición, crear una API robusta es rápido y fácil. |
51 | 49 | </div> |
52 | 50 | <div id="performance"> |
53 | | - <h2>Performance</h2> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. |
| 51 | + <h2>Rendimiento</h2> Express proporciona una capa delgada de características fundamentales de la aplicación web, sin ocultar las características de Node.js que usted conoce y ama. |
54 | 52 | </div> |
55 | 53 | <div id="middleware"> |
56 | 54 | <h2>Middleware</h2> |
57 | | - Express is a lightweight and flexible routing framework with minimal core features |
58 | | - meant to be augmented through the use of Express <a href="{{ page.lang }}/resources/middleware.html">middleware</a> modules. |
| 55 | + Express es un marco de enrutamiento ligero y flexible con las características básicas mínimas |
| 56 | + destinado a aumentarse mediante el uso de módulos <a href="{{ page.lang }}/resources/middleware.html">middleware</a>. |
59 | 57 | </div> |
60 | 58 | </div> |
61 | 59 | </section> |
0 commit comments