#network #framework #async #futures

ntex-glommio

glommio intergration for ntex framework

12 releases

new 0.3.1 Nov 22, 2023
0.3.0 Jun 22, 2023
0.2.4 May 30, 2023
0.2.3 Apr 11, 2023
0.1.1 Jan 30, 2022

#31 in #websockets

Download history 121/week @ 2023-08-02 141/week @ 2023-08-09 172/week @ 2023-08-16 133/week @ 2023-08-23 112/week @ 2023-08-30 236/week @ 2023-09-06 144/week @ 2023-09-13 118/week @ 2023-09-20 179/week @ 2023-09-27 150/week @ 2023-10-04 128/week @ 2023-10-11 150/week @ 2023-10-18 186/week @ 2023-10-25 262/week @ 2023-11-01 161/week @ 2023-11-08 169/week @ 2023-11-15

795 downloads per month
Used in 5 crates (2 directly)

MIT license

345KB
9K SLoC

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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

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

Documentation & community resources

License

This project is licensed under

Dependencies

~2–33MB
~478K SLoC