17 unstable releases (4 breaking)

0.5.2 Sep 25, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 22, 2023
0.1.2 Feb 20, 2022

#448 in #framework

Download history 5/week @ 2025-09-24 9/week @ 2025-10-01 9/week @ 2025-10-15 16/week @ 2025-10-22

1,509 downloads per month

MIT/Apache

560KB
13K 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

~2.2–8MB
~140K SLoC