Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Androidasync | 7,308 | 285 | 22 | 6 months ago | 65 | November 08, 2020 | 351 | other | Java | |
Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads. | ||||||||||
Requests Futures | 2,036 | 811 | 135 | 9 days ago | 10 | June 11, 2019 | 1 | other | Python | |
Asynchronous Python HTTP Requests for Humans using Futures | ||||||||||
Finch | 1,596 | 1 | 28 | 2 days ago | 50 | September 09, 2019 | 42 | apache-2.0 | Scala | |
Scala combinator library for building Finagle HTTP services | ||||||||||
Trip | 214 | 1 | 4 years ago | 11 | March 27, 2018 | 3 | other | Python | ||
Async HTTP for Humans, coroutine Requests :tent: | ||||||||||
Backtalk | 158 | 6 years ago | 1 | June 14, 2017 | 10 | other | Rust | |||
HTTP/Websockets API microframework | ||||||||||
Http Service | 105 | 24 | 9 | 3 years ago | 12 | April 11, 2020 | other | Rust | ||
Types and traits for http-based services using the latest futures API | ||||||||||
Tsukuyomi | 79 | 3 | 6 | 4 years ago | 19 | December 26, 2018 | 7 | other | Rust | |
Asynchronous Web framework for Rust | ||||||||||
Awesome Swift Nio | 62 | 2 years ago | ||||||||
📖 A collaborative list of all things Swift NIO | ||||||||||
Finchers | 58 | 5 | 6 | 4 years ago | 30 | October 16, 2018 | 15 | other | Rust | |
A combinator library for building asynchronous HTTP services | ||||||||||
Shinny Futures H5 | 57 | 3 years ago | 1 | gpl-3.0 | JavaScript | |||||
一个开源的 HTML5 期货行情交易终端 |
This crate has been deprecated. We recommend implementing inherent methods
such as Tide's
Server::respond
method instead.
The crate http-service
provides the necessary types and traits to implement
your own HTTP Server.
For example you can use the workspace member
http-service-hyper
to run an
HTTP Server.
http_service_hyper::run(HTTP_SERVICE, ADDRESS);
await
ed via
http_service_hyper::serve(HTTP_SERVICE, ADDRESS);
Want to join us? Check out our The "Contributing" section of the guide and take a look at some of these issues:
The http-service project adheres to the Contributor Covenant Code of Conduct. This describes the minimum behavior expected from all contributors.
MIT OR Apache-2.0