Files
expressjs.com/index.md
2017-06-10 00:18:36 +03:00

50 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: home
title: Express - Node.js Web Uygulama Çatısı
menu: home
lang: tr
redirect_from: "/tr/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"><a href='https://nodejs.org/en/'>Node.js</a> için hızlı, kolay, sade web çatısı</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 Uygulamaları</h3>
Express, Web ve Mobil uygulamalar için sağlam özellikler sağlayan sade ve esnek bir Node.js web uygulama çatısıdır.
</div>
<div id="apis">
<h3>API'ler</h3>
Sınırsız HTTP yardımcı araç ve katmanlar sayesinde sağlam bir API oluşturmak hızlı ve kolaydır.
</div>
<div id="performance">
<h3>Performans</h3> Express, bildiğiniz ve sevdiğiniz Node.js özelliklerini gizlemeden ince bir temel web uygulaması özellikleri katmanı sağlar.
</div>
<div id="frameworks">
<h3>Çatılar</h3> Birçok <a href="{{ page.lang }}/resources/frameworks.html">popüler çatı</a> Express tabanlıdır.
</div>
</div>
</section>
<section id="announcements">
{% include announcement/announcement-{{ page.lang }}.md %}
</section>