Framework for composable network services.
[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") [](https://crates.io/crates/ntex) [](https://docs.rs/ntex) [](https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html)  [](https://codecov.io/gh/ntex-rs/ntex) [](https://discord.gg/zBNyhVRz)
| Platform | Build Status |
| ---------------- | ------------ |
| Linux | |
| macOS |
|
| Windows |
|
Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio
,
tokio
or async-std
.
toml
[dependencies]
ntex = { version = "0.7", features = ["tokio"] }
This project is licensed under