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

62 lines
1.6 KiB
Plaintext
Raw Normal View History

2018-01-07 04:00:34 +01:00
title: Actix-web framework
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-01-07 04:00:34 +01:00
<h1>Actix-web framework</h1>
<p>Actix-web is a fast, down-to-earth, open source rust web framework.</p>
<div>
2018-01-13 06:44:38 +01:00
<button><a href="/tutorials.html" >Start</a></button>
<button><a href="/docs" >Learn</a></button>
2018-01-07 04:00:34 +01:00
</div>
</div>
<div id="Features">
<div id="feature" class="columns three">
<article>
<h3>Type Safe</h3>
<p>The words is comming.</p>
</article>
<article>
<h3>Stability</h3>
<p>The words is comming.</p>
</article>
<article>
<h3>Extensible</h3>
<p>The words is comming.</p>
</article>
</div>
<div id="feature" class="columns three">
<article>
2018-01-08 04:21:33 +01:00
<h3>Easy To Use</h3>
2018-01-07 04:00:34 +01:00
<p>The words is comming.</p>
</article>
<article>
<h3>Blazingly Fast</h3>
<p>The words is comming.</p>
</article>
<article>
2018-01-08 04:21:33 +01:00
<h3>Async Everything</h3>
2018-01-07 04:00:34 +01:00
<p>The words is comming.</p>
</article>
</div>
<div id="feature" class="columns three">
<article>
2018-01-08 04:21:33 +01:00
<h3>WebSockets</h3>
2018-01-07 04:00:34 +01:00
<p>The words is comming.</p>
</article>
<article>
<h3>Streaming and pipelining</h3>
<p>The words is comming.</p>
</article>
<article>
2018-01-08 04:21:33 +01:00
<h3>HTTP/1.x and HTTP/2.0</h3>
2018-01-07 04:00:34 +01:00
<p>The words is comming.</p>
</article>
</div>
</div>
</div>
2018-01-21 07:14:59 +01:00
</section>