ntex/ntex
2025-03-28 02:10:25 +01:00
..
examples Allow to set io tag for web server (#426) 2024-09-24 13:44:47 +05:00
src Return PayloadError::Incomplete on server disconnect (#545) 2025-03-28 02:10:25 +01:00
tests Improve tests (#543) 2025-03-27 20:45:43 +01:00
Cargo.toml Return PayloadError::Incomplete on server disconnect (#545) 2025-03-28 02:10:25 +01:00
CHANGES.md Return PayloadError::Incomplete on server disconnect (#545) 2025-03-28 02:10:25 +01:00
LICENSE-APACHE Update license 2024-01-08 21:32:26 +06:00
LICENSE-MIT Update license 2024-01-08 21:32:26 +06:00
README.md Update README.md 2022-02-19 20:35:24 +06:00

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