framework for composable networking services
Find a file
2025-12-08 20:24:24 +01:00
.github/workflows Enable uds support for windows (#685) 2025-12-08 14:38:48 +01:00
ntex Enable uds support for windows (#685) 2025-12-08 14:38:48 +01:00
ntex-bytes Add bytes info (#647) 2025-11-24 13:35:44 +01:00
ntex-codec Add bytes info (#647) 2025-11-24 13:35:44 +01:00
ntex-compio More compio integration fixes (#687) 2025-12-08 20:24:24 +01:00
ntex-http Update versions (#653) 2025-11-27 15:25:36 +01:00
ntex-io Create releases (#671) 2025-12-02 19:33:28 +01:00
ntex-macros Use async factories for server configuration (#660) 2025-11-28 12:35:39 +01:00
ntex-net More compio integration fixes (#687) 2025-12-08 20:24:24 +01:00
ntex-router Prepare release (#648) 2025-11-24 13:44:05 +01:00
ntex-rt Stop testing server faster (#678) 2025-12-04 19:45:04 +01:00
ntex-server Enable uds support for windows (#685) 2025-12-08 14:38:48 +01:00
ntex-service Async shutdown service (#680) 2025-12-05 13:21:29 +01:00
ntex-tls Naming for ClientBuilder (#676) 2025-12-03 20:35:19 +01:00
ntex-tokio Create releases (#671) 2025-12-02 19:33:28 +01:00
ntex-util More channel::bstream improvements (#684) 2025-12-07 13:20:32 +01:00
.gitignore Refresh GitHub workflows (#337) 2024-04-07 22:42:16 +05:00
Cargo.toml Stop testing server faster (#678) 2025-12-04 19:45:04 +01:00
codecov.yml Ignore async-std tests 2022-02-01 07:04:18 +06: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 Refactor io layer support (#643) 2025-11-23 19:03:11 +01:00
rustfmt.toml fmt 2021-12-24 03:54:57 +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