#async #networking #framework

ntex

Framework for composable network services

206 releases (36 stable)

Uses new Rust 2024

new 3.0.0-pre.5 Dec 3, 2025
3.0.0-pre.2 Nov 30, 2025
2.17.0 Nov 15, 2025
2.15.1 Jul 20, 2025
0.1.0 Feb 17, 2020

#32 in HTTP server

Download history 3570/week @ 2025-08-13 3751/week @ 2025-08-20 3864/week @ 2025-08-27 3775/week @ 2025-09-03 4143/week @ 2025-09-10 4336/week @ 2025-09-17 4276/week @ 2025-09-24 3525/week @ 2025-10-01 3055/week @ 2025-10-08 4248/week @ 2025-10-15 4581/week @ 2025-10-22 2814/week @ 2025-10-29 2977/week @ 2025-11-05 3063/week @ 2025-11-12 5750/week @ 2025-11-19 2918/week @ 2025-11-26

15,212 downloads per month
Used in 70 crates (58 directly)

MIT/Apache

2MB
53K 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–31MB
~527K SLoC