mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
title: Actix web framework
|
|
layout: default.liquid
|
|
permalink: /index.html
|
|
---
|
|
|
|
<section>
|
|
<div>
|
|
<div id="top">
|
|
<h1>Actix web framework</h1>
|
|
<p>Actix web is a simple, pragmatic and extremely fast web framework for Rust.</p>
|
|
</div>
|
|
<div id="Features">
|
|
<div id="feature" class="columns four">
|
|
<article>
|
|
<h3>Type Safe</h3>
|
|
<p>Forget about stringly typed objects,
|
|
from request to response, everything has types.</p>
|
|
</article>
|
|
<article>
|
|
<h3>Feature rich</h3>
|
|
<p>Actix provides a lot of features out of box.
|
|
WebSockets, Http/2, pipelining etc.</p>
|
|
</article>
|
|
<article>
|
|
<h3>Extensible</h3>
|
|
<p>Easily create your own libraries that any Actix application can use.</p>
|
|
</article>
|
|
<article>
|
|
<h3>Blazingly Fast</h3>
|
|
<p>Actix is blazingly fast.
|
|
<a href="https://www.techempower.com/benchmarks/#section=data-r15&hw=ph&test=plaintext">Check yourself</a>.
|
|
</p>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|