191 releases (27 stable)

2.12.4 Mar 28, 2025
2.11.0 Jan 31, 2025
2.10.0 Dec 4, 2024
2.8.0 Nov 4, 2024
0.1.0 Feb 17, 2020

#38 in HTTP server

Download history 1687/week @ 2024-12-18 959/week @ 2024-12-25 1861/week @ 2025-01-01 1894/week @ 2025-01-08 1904/week @ 2025-01-15 1836/week @ 2025-01-22 2586/week @ 2025-01-29 3085/week @ 2025-02-05 2667/week @ 2025-02-12 2247/week @ 2025-02-19 2402/week @ 2025-02-26 3114/week @ 2025-03-05 4048/week @ 2025-03-12 3268/week @ 2025-03-19 2976/week @ 2025-03-26 2725/week @ 2025-04-02

13,747 downloads per month
Used in 55 crates (52 directly)

MIT/Apache

2MB
54K 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–27MB
~509K SLoC