183 releases (19 stable)

2.8.0 Nov 4, 2024
2.6.0 Sep 25, 2024
2.1.0 Jul 30, 2024
1.2.1 Mar 28, 2024
0.1.0 Feb 17, 2020

#18 in HTTP server

Download history 1389/week @ 2024-08-07 1416/week @ 2024-08-14 1249/week @ 2024-08-21 1426/week @ 2024-08-28 1623/week @ 2024-09-04 1568/week @ 2024-09-11 2044/week @ 2024-09-18 2103/week @ 2024-09-25 2002/week @ 2024-10-02 2252/week @ 2024-10-09 2846/week @ 2024-10-16 2359/week @ 2024-10-23 2544/week @ 2024-10-30 2536/week @ 2024-11-06 2099/week @ 2024-11-13 2045/week @ 2024-11-20

9,647 downloads per month
Used in 50 crates (47 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
~496K SLoC