mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
fix note about app_data
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user