mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
47 lines
1.8 KiB
Markdown
47 lines
1.8 KiB
Markdown
---
|
|
layout: home
|
|
title: Express - Node.js web application framework
|
|
menu: home
|
|
lang: en
|
|
redirect_from: "/en/index.html"
|
|
---
|
|
<section id="home-content">
|
|
{% include header/header-{{ page.lang }}.html %}
|
|
<div id="overlay"></div>
|
|
<div id="homepage-leftpane" class="pane">
|
|
<section id="description">
|
|
<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>
|
|
<span class="description">Fast, unopinionated, minimalist web framework for <a href='https://nodejs.org/en/'>Node.js</a></span>
|
|
</section>
|
|
<div id="install-command">$ npm install express --save</div>
|
|
</div>
|
|
<div id="homepage-rightpane" class="pane">
|
|
<iframe src="https://www.youtube.com/embed/HxGt_3F0ULg" frameborder="0" allowfullscreen></iframe>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="intro">
|
|
|
|
<div id="boxes" class="clearfix">
|
|
<div id="web-applications">
|
|
<h3>Web Applications</h3> Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
|
|
</div>
|
|
|
|
<div id="apis">
|
|
<h3>APIs</h3> With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
|
|
</div>
|
|
|
|
<div id="performance">
|
|
<h3>Performance</h3> Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.
|
|
</div>
|
|
|
|
<div id="frameworks">
|
|
<h3>Frameworks</h3> Many <a href="{{ page.lang }}/resources/frameworks.html">popular frameworks</a> are based on Express.
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section id="announcements">
|
|
{% include announcement/announcement-{{ page.lang }}.md %}
|
|
</section> |