1
0
mirror of https://github.com/actix/actix-website synced 2025-02-10 23:34:14 +01:00

docs: fix a typo in what is actix web (#535)

This commit is contained in:
Asher 2025-01-28 14:58:53 +00:00 committed by GitHub
parent e097e9ae7a
commit 344a323847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ import vars from "@site/vars";
# Actix Web is part of 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 features and async/await ecosystem matures. At this time, the use of `actix` is only required for WebSocket endpoints. 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](https://docs.rs/futures/latest/futures) and async/await ecosystem matures. At this time, the use of `actix` is only required for WebSocket endpoints.
We call Actix Web a powerful and pragmatic framework. For all intents and purposes, it's a micro-framework with a few twists. If you are already a Rust programmer, you will probably find yourself at home quickly. But even if you are coming from another programming language, you should find Actix Web easy to pick up. We call Actix Web a powerful and pragmatic framework. For all intents and purposes, it's a micro-framework with a few twists. If you are already a Rust programmer, you will probably find yourself at home quickly. But even if you are coming from another programming language, you should find Actix Web easy to pick up.