1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
actix-website/docs/welcome.md

17 lines
851 B
Markdown
Raw Permalink Normal View History

2018-05-22 23:15:08 +02:00
---
title: Welcome
2020-09-12 17:21:54 +02:00
description: Guiding you through building web apps with Actix
slug: /
2018-05-22 23:15:08 +02:00
---
# Welcome to Actix
2022-02-26 05:41:49 +01:00
Actix Web lets you quickly and confidently develop web services in Rust and this guide will get you going in no time.
2018-05-22 23:15:08 +02:00
The documentation on this website focuses primarily on the Actix Web framework. For information about the actor framework called Actix, check out the [Actix chapter][actix-chapter] (or the lower level [actix API docs][actix-docs]). Otherwise, head on to the [getting started guide][getting-started]. If you already know your way around and you need specific information you might want to read the [Actix Web API docs][actix-web-docs].
2018-05-22 23:15:08 +02:00
[getting-started]: https://actix.rs/docs/getting-started
2020-09-12 17:21:54 +02:00
[actix-web-docs]: https://docs.rs/actix-web
[actix-docs]: https://docs.rs/actix
[actix-chapter]: https://actix.rs/docs/actix