39 releases (9 stable)

new 2.4.1 Apr 18, 2025
2.4.0 Dec 30, 2024
2.3.0 Nov 4, 2024
2.0.0 May 28, 2024
0.1.0 Dec 30, 2021

#1853 in Network programming

Download history 1364/week @ 2024-12-27 2113/week @ 2025-01-03 2216/week @ 2025-01-10 1983/week @ 2025-01-17 2038/week @ 2025-01-24 2699/week @ 2025-01-31 3052/week @ 2025-02-07 2198/week @ 2025-02-14 2409/week @ 2025-02-21 2541/week @ 2025-02-28 3205/week @ 2025-03-07 4223/week @ 2025-03-14 2550/week @ 2025-03-21 2463/week @ 2025-03-28 3302/week @ 2025-04-04 3080/week @ 2025-04-11

11,850 downloads per month
Used in 57 crates (5 directly)

MIT/Apache

1MB
20K 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–11MB
~135K SLoC