ntex-rs/ntex
framework for composable networking services observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 2406
- days_rel: 8
- days_push: 8
- n_releases_24m: 320
Adoption not part of the score
2533 stars · 142 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ntex is a Rust framework for building composable asynchronous network services, supporting HTTP and WebSockets. It is runtime-agnostic, letting developers select tokio, compio, or neon runtimes via feature flags.
Use cases
- build an http server in rust
- write websocket services in rust
- create composable async network services
- build a web api backend in rust
- serve http with a custom async runtime
- build low-level networking services
When to choose
- you want a flexible rust networking framework with runtime choice
- you need http and websocket support in one async framework
- you are building custom network protocols or services in rust
When to avoid
- you want the most popular rust web ecosystem with the largest community
- you need batteries-included web features like built-in orm or templating
- your team is not comfortable with async rust
Facets
framework · maturity active
web-framework http-server websocket middleware routing web-development backend networking developer-tools rust windows cross-platform async composable-network-services tokio http websockets linux macos
2 sources
- readme: https://github.com/ntex-rs/ntex · fetched 2026-08-28 · f0d9db854b83
- registry_crates: https://crates.io/api/v1/crates/ntex · fetched 2026-08-29 · e6918b058748
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ntex-rs/ntex | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem