2022-01-19 17:14:06 +01:00
|
|
|
# actix-server
|
|
|
|
|
|
|
|
> General purpose TCP server built for the Actix ecosystem.
|
|
|
|
|
2023-09-17 21:33:36 +02:00
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
|
2022-01-19 17:14:06 +01:00
|
|
|
[![crates.io](https://img.shields.io/crates/v/actix-server?label=latest)](https://crates.io/crates/actix-server)
|
2024-06-09 07:12:28 +02:00
|
|
|
[![Documentation](https://docs.rs/actix-server/badge.svg?version=2.4.0)](https://docs.rs/actix-server/2.4.0)
|
2022-01-19 17:14:06 +01:00
|
|
|
[![Version](https://img.shields.io/badge/rustc-1.52+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html)
|
2023-09-17 21:33:36 +02:00
|
|
|
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-server.svg)
|
|
|
|
<br />
|
2024-06-09 07:12:28 +02:00
|
|
|
[![Dependency Status](https://deps.rs/crate/actix-server/2.4.0/status.svg)](https://deps.rs/crate/actix-server/2.4.0)
|
2022-01-19 17:14:06 +01:00
|
|
|
![Download](https://img.shields.io/crates/d/actix-server.svg)
|
|
|
|
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
|
|
|
|
|
2023-09-17 21:33:36 +02:00
|
|
|
<!-- prettier-ignore-end -->
|
|
|
|
|
2022-01-19 17:14:06 +01:00
|
|
|
## Resources
|
2023-09-17 21:33:36 +02:00
|
|
|
|
2022-01-19 17:14:06 +01:00
|
|
|
- [Library Documentation](https://docs.rs/actix-server)
|
|
|
|
- [Examples](/actix-server/examples)
|