49 releases (15 stable)

new 2.11.0 Apr 14, 2025
2.9.0 Jan 15, 2025
2.8.0 Dec 4, 2024
2.6.1 Nov 24, 2024
0.1.1 Apr 11, 2021

#2088 in Network programming

Download history 1217/week @ 2024-12-23 1368/week @ 2024-12-30 2329/week @ 2025-01-06 2275/week @ 2025-01-13 2012/week @ 2025-01-20 2119/week @ 2025-01-27 3111/week @ 2025-02-03 3134/week @ 2025-02-10 2278/week @ 2025-02-17 2540/week @ 2025-02-24 2464/week @ 2025-03-03 3957/week @ 2025-03-10 3503/week @ 2025-03-17 2675/week @ 2025-03-24 2781/week @ 2025-03-31 2801/week @ 2025-04-07

12,103 downloads per month
Used in 61 crates (14 directly)

MIT/Apache

580KB
14K 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

~1–1.5MB
~26K SLoC