18 releases

0.5.3 Nov 4, 2024
0.5.0 May 28, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 12, 2023
0.1.3 Jan 30, 2022

#2016 in Network programming

Download history 2845/week @ 2025-02-05 2458/week @ 2025-02-12 2285/week @ 2025-02-19 2317/week @ 2025-02-26 3096/week @ 2025-03-05 3516/week @ 2025-03-12 2850/week @ 2025-03-19 2612/week @ 2025-03-26 2597/week @ 2025-04-02 3477/week @ 2025-04-09 1869/week @ 2025-04-16 2548/week @ 2025-04-23 2803/week @ 2025-04-30 2183/week @ 2025-05-07 1708/week @ 2025-05-14 1310/week @ 2025-05-21

8,402 downloads per month
Used in 42 crates (via ntex-net)

MIT/Apache

665KB
16K 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

~3–12MB
~122K SLoC

OSZAR »