#networking #framework #async #futures

ntex

Framework for composable network services

158 releases

new 0.7.13 Nov 29, 2023
0.7.7 Oct 23, 2023
0.7.2 Jun 23, 2023
0.6.5 Mar 15, 2023
0.1.0 Feb 17, 2020

#47 in HTTP server

Download history 1846/week @ 2023-08-14 1668/week @ 2023-08-21 1592/week @ 2023-08-28 1826/week @ 2023-09-04 2068/week @ 2023-09-11 1862/week @ 2023-09-18 1855/week @ 2023-09-25 1793/week @ 2023-10-02 2019/week @ 2023-10-09 1830/week @ 2023-10-16 1931/week @ 2023-10-23 2233/week @ 2023-10-30 2337/week @ 2023-11-06 2197/week @ 2023-11-13 2868/week @ 2023-11-20 2257/week @ 2023-11-27

9,767 downloads per month
Used in 40 crates (39 directly)

MIT license

2MB
47K 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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

[dependencies]
ntex = { version = "0.7", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~10–50MB
~871K SLoC