87 releases (29 stable)

2.11.3 Apr 8, 2025
2.11.1 Mar 19, 2025
2.9.2 Dec 5, 2024
2.8.3 Nov 10, 2024
0.1.0 Dec 30, 2021

#1591 in Network programming

Download history 972/week @ 2024-12-25 1836/week @ 2025-01-01 1907/week @ 2025-01-08 1968/week @ 2025-01-15 1972/week @ 2025-01-22 2474/week @ 2025-01-29 3112/week @ 2025-02-05 2631/week @ 2025-02-12 2261/week @ 2025-02-19 2657/week @ 2025-02-26 3258/week @ 2025-03-05 3850/week @ 2025-03-12 3117/week @ 2025-03-19 2722/week @ 2025-03-26 3085/week @ 2025-04-02 3954/week @ 2025-04-09

13,726 downloads per month
Used in 61 crates (12 directly)

MIT/Apache

715KB
17K 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
~27K SLoC