170 releases (6 stable)

1.2.1 Mar 28, 2024
1.1.0 Feb 7, 2024
0.7.17 Jan 5, 2024
0.7.16 Dec 14, 2023
0.1.0 Feb 17, 2020

#18 in HTTP server

Download history 718/week @ 2023-12-23 656/week @ 2023-12-30 1146/week @ 2024-01-06 720/week @ 2024-01-13 699/week @ 2024-01-20 679/week @ 2024-01-27 852/week @ 2024-02-03 856/week @ 2024-02-10 1554/week @ 2024-02-17 1258/week @ 2024-02-24 1129/week @ 2024-03-02 2140/week @ 2024-03-09 1358/week @ 2024-03-16 1572/week @ 2024-03-23 1455/week @ 2024-03-30 1226/week @ 2024-04-06

5,963 downloads per month
Used in 43 crates (42 directly)

MIT/Apache

2MB
50K 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 = "1.0", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under

Dependencies

~11–49MB
~838K SLoC