44 releases

0.4.30 Apr 6, 2025
0.4.29 Mar 26, 2025
0.4.24 Jan 3, 2025
0.4.23 Dec 10, 2024
0.1.0 Mar 31, 2020

#1897 in Network programming

Download history 2594/week @ 2025-01-30 2982/week @ 2025-02-06 2665/week @ 2025-02-13 2398/week @ 2025-02-20 2441/week @ 2025-02-27 3766/week @ 2025-03-06 4662/week @ 2025-03-13 2586/week @ 2025-03-20 2964/week @ 2025-03-27 3433/week @ 2025-04-03 3822/week @ 2025-04-10 1906/week @ 2025-04-17 3177/week @ 2025-04-24 3224/week @ 2025-05-01 2808/week @ 2025-05-08 1776/week @ 2025-05-15

11,391 downloads per month
Used in 63 crates (8 directly)

MIT/Apache

48KB
1K SLoC

A runtime implementation that runs everything on the current thread.


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

Dependencies

~0.6–11MB
~140K SLoC