tower
Client/server framework
A modular and reusable networking library that facilitates building robust clients and servers
async fn(Request) -> Result<Response, Error>
4k stars
56 watching
282 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
middlewarerusttower
Related projects:
Repository | Description | Stars |
---|---|---|
hyperium/tonic | A high-performance gRPC client and server implementation with async/await support | 10,019 |
tokio-rs/axum | A web framework providing an ergonomic and modular API for building web applications using Rust. | 19,233 |
boostorg/beast | A C++ library providing a low-level networking framework with support for HTTP/1, WebSocket, and TLS. | 4,372 |
rwf2/rocket | An async web framework for Rust with a focus on usability, security, extensibility, and speed. | 24,548 |
cloudflare/pingora | A fast, reliable, and programmable network service framework. | 22,136 |
quinn-rs/quinn | An implementation of the QUIC transport protocol in Rust | 3,848 |
canewsin/zerunet | Building a high-performance, secure, and private peer-to-peer network client using Rust, with goals including compatibility with existing ZeroNet features, anonymity support via Tor or I2P, and integration with other decentralized networks. | 3 |
carllerche/tower-web | A fast and asynchronous web framework built on top of Rust, removing boilerplate and decoupling HTTP concepts from application logic. | 981 |
async-rs/async-std | An async version of the Rust standard library with modern features and complete parity with the original API. | 3,966 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,805 |
hyperium/hyper | An efficient HTTP library designed as a building block for other libraries and applications. | 14,575 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
dotnet/aspnetcore | A cross-platform .NET framework for building cloud-based web applications on Windows, Mac, or Linux. | 35,485 |
tomusdrw/rust-web3 | A client library for Ethereum JSON-RPC multi-transport | 1,456 |
cysharp/magiconion | A unified framework for building real-time APIs and RPC services on the .NET platform | 3,873 |