14 unstable releases (4 breaking)

0.5.1 Sep 11, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.2 Nov 22, 2023
0.1.1 Jan 30, 2022

#629 in #framework

Download history 12/week @ 2025-10-24

1,981 downloads per month

MIT/Apache

515KB
12K 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 = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~6–11MB
~227K SLoC