206 releases (36 stable)
Uses new Rust 2024
| new 3.0.0-pre.5 | Dec 3, 2025 |
|---|---|
| 3.0.0-pre.2 | Nov 30, 2025 |
| 2.17.0 | Nov 15, 2025 |
| 2.15.1 | Jul 20, 2025 |
| 0.1.0 | Feb 17, 2020 |
#32 in HTTP server
15,212 downloads per month
Used in 70 crates
(58 directly)
2MB
53K
SLoC
Build statuses
| Platform | Build Status |
|---|---|
| Linux | |
| macOS | |
| Windows |
Usage
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio, tokio,
neon or neon-uring.
[dependencies]
ntex = { version = "2", features = ["compio"] }
Documentation & community resources
- Documentation
- Docs.rs
- Minimum supported Rust version: 1.85 or later
License
This project is licensed under
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Dependencies
~11–31MB
~527K SLoC