https://github.com/ntex-rs/ntex
framework for composable networking services
https://github.com/ntex-rs/ntex
async http networking rust websockets
Last synced: about 2 months ago
JSON representation
framework for composable networking services
- Host: GitHub
- URL: https://github.com/ntex-rs/ntex
- Owner: ntex-rs
- License: apache-2.0
- Created: 2020-01-31T02:50:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T18:52:29.000Z (about 2 months ago)
- Last Synced: 2025-05-15T00:03:20.590Z (about 2 months ago)
- Topics: async, http, networking, rust, websockets
- Language: Rust
- Homepage:
- Size: 11.8 MB
- Stars: 2,296
- Watchers: 37
- Forks: 116
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
ntex
Framework for composable network services.
[](https://github.com/ntex-rs/ntex/actions/workflows/linux.yml/badge.svg)
[](https://crates.io/crates/ntex)
[](https://docs.rs/ntex)
[](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)

[](https://codecov.io/gh/ntex-rs/ntex)
[](https://discord.gg/4GtaeP5Uqu)
## Build statuses
| Platform | Build Status |
| ---------------- | ------------ |
| Linux | [](https://github.com/ntex-rs/ntex/actions/workflows/linux.yml/badge.svg) |
| macOS | [](https://github.com/ntex-rs/ntex/actions/workflows/osx.yml/badge.svg) |
| Windows | [](https://github.com/ntex-rs/ntex/actions/workflows/windows.yml/badge.svg) |## Usage
ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are `compio`, `tokio`,
`neon` or `neon-uring`.```toml
[dependencies]
ntex = { version = "2", features = ["compio"] }
```## Documentation & community resources
* [Documentation](https://ntex.rs)
* [Docs.rs](https://docs.rs/ntex)
* Minimum supported Rust version: 1.75 or later## License
This project is licensed under
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
[http://www.apache.org/licenses/LICENSE-2.0])
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
[http://opensource.org/licenses/MIT])