1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 00:10:36 +02:00

fix note about app_data

This commit is contained in:
Rob Ede
2022-02-26 04:50:39 +00:00
parent d5533de730
commit 997fb14e79
3 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,10 @@
---
title: What is Actix
title: What is Actix Web
menu: docs_intro
weight: 100
---
# Actix is an Ecosystem of Crates
# Actix Web is part of an Ecosystem of Crates
Long ago, Actix Web was built on top of the `actix` actor framework. Now, Actix Web is largely unrelated to the actor framework and is built using a different system. Though `actix` is still maintained, its usefulness as a general tool is diminishing as the futures and async/await ecosystem matures. At this time, the use of `actix` is only required for WebSocket endpoints.