1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 18:12:57 +01:00
actix-website/index.liquid

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-04-11 00:47:45 +02:00
title: Actix web
2018-01-13 06:44:38 +01:00
layout: default.liquid
permalink: /index.html
2018-01-07 04:00:34 +01:00
---
2018-01-21 05:32:56 +01:00
2018-01-21 07:14:59 +01:00
<section>
<div>
<div id="top">
2018-04-11 00:47:45 +02:00
<h1>Actix web</h1>
<p>Actix web is a simple, pragmatic and extremely fast web framework for Rust.</p>
2018-01-07 04:00:34 +01:00
</div>
<div id="Features">
2018-04-11 00:47:45 +02:00
<div id="feature" class="columns four">
2018-01-07 04:00:34 +01:00
<article>
<h3>Type Safe</h3>
2018-04-11 00:47:45 +02:00
<p>Forget about stringly typed objects,
from request to response, everything has types.</p>
2018-01-07 04:00:34 +01:00
</article>
<article>
2018-04-11 00:47:45 +02:00
<h3>Feature rich</h3>
<p>Actix provides a lot of features out of box.
WebSockets, Http/2, pipelining etc.</p>
2018-01-07 04:00:34 +01:00
</article>
<article>
<h3>Extensible</h3>
2018-04-11 00:47:45 +02:00
<p>Easily create your own libraries that any Actix application can use.</p>
2018-01-07 04:00:34 +01:00
</article>
<article>
<h3>Blazingly Fast</h3>
2018-04-11 00:47:45 +02:00
<p>Actix is blazingly fast.
<a href="https://www.techempower.com/benchmarks/#section=data-r15&hw=ph&test=plaintext">Check yourself</a>.
</p>
2018-01-07 04:00:34 +01:00
</article>
</div>
</div>
</div>
2018-01-21 07:14:59 +01:00
</section>