187 releases (23 stable)

new 2.12.0 Mar 14, 2025
2.10.0 Dec 4, 2024
2.8.0 Nov 4, 2024
2.1.0 Jul 30, 2024
0.1.0 Feb 17, 2020

#29 in HTTP server

Download history 2327/week @ 2024-11-22 2575/week @ 2024-11-29 2908/week @ 2024-12-06 2203/week @ 2024-12-13 1345/week @ 2024-12-20 1166/week @ 2024-12-27 1981/week @ 2025-01-03 2039/week @ 2025-01-10 1839/week @ 2025-01-17 1938/week @ 2025-01-24 2931/week @ 2025-01-31 3022/week @ 2025-02-07 2289/week @ 2025-02-14 2349/week @ 2025-02-21 2516/week @ 2025-02-28 2568/week @ 2025-03-07

10,441 downloads per month
Used in 54 crates (51 directly)

MIT/Apache

2MB
52K SLoC

ntex

Framework for composable network services.

build status crates.io Documentation Version License codecov Chat on Discord

Build statuses

Platform Build Status
Linux build status
macOS build status
Windows build status

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

License

This project is licensed under

Dependencies

~11–28MB
~512K SLoC