51 releases (17 stable)

new 2.11.2 Apr 16, 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

#1338 in Network programming

Download history 1296/week @ 2024-12-28 2260/week @ 2025-01-04 2298/week @ 2025-01-11 2015/week @ 2025-01-18 2083/week @ 2025-01-25 2940/week @ 2025-02-01 3188/week @ 2025-02-08 2279/week @ 2025-02-15 2576/week @ 2025-02-22 2652/week @ 2025-03-01 3140/week @ 2025-03-08 4139/week @ 2025-03-15 2696/week @ 2025-03-22 2764/week @ 2025-03-29 3161/week @ 2025-04-05 3216/week @ 2025-04-12

12,209 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