ntex/ntex
2024-11-05 15:35:34 +05:00
..
examples Allow to set io tag for web server (#426) 2024-09-24 13:44:47 +05:00
src Use updated Service trait for ntex (#456) 2024-11-04 14:04:00 +05:00
tests Update tests 2024-08-26 19:09:55 +05:00
Cargo.toml Do not rely on not_ready(), always check service readiness (#459) 2024-11-05 15:35:34 +05:00
CHANGES.md Use updated Service trait for ntex (#456) 2024-11-04 14:04:00 +05: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, glommio or async-std.

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

Documentation & community resources

License

This project is licensed under