184 releases (20 stable)

new 2.9.0 Dec 1, 2024
2.8.0 Nov 4, 2024
2.7.0 Oct 16, 2024
2.1.0 Jul 30, 2024
0.1.0 Feb 17, 2020

#18 in HTTP server

Download history 1471/week @ 2024-08-13 1277/week @ 2024-08-20 1463/week @ 2024-08-27 1598/week @ 2024-09-03 1577/week @ 2024-09-10 1735/week @ 2024-09-17 2384/week @ 2024-09-24 1908/week @ 2024-10-01 2230/week @ 2024-10-08 2681/week @ 2024-10-15 2531/week @ 2024-10-22 2420/week @ 2024-10-29 2705/week @ 2024-11-05 2089/week @ 2024-11-12 2106/week @ 2024-11-19 1822/week @ 2024-11-26

9,258 downloads per month
Used in 51 crates (48 directly)

MIT/Apache

2MB
51K 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, glommio or async-std.

[dependencies]
ntex = { version = "2", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~11–27MB
~499K SLoC