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
281 forks
Language: Rust
last commit: about 1 month 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,180 |
tokio-rs/axum | A web framework providing an ergonomic and modular API for building web applications using Rust. | 19,615 |
boostorg/beast | A C++ library providing a low-level networking framework with support for HTTP/1, WebSocket, and TLS. | 4,392 |
rwf2/rocket | An async web framework for Rust with a focus on usability, security, extensibility, and speed. | 24,706 |
cloudflare/pingora | A fast, reliable, and programmable network service framework. | 22,811 |
quinn-rs/quinn | A Rust implementation of the QUIC transport protocol for high-performance networking | 3,904 |
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. | 980 |
async-rs/async-std | An async version of the Rust standard library with modern features and complete parity with the original API. | 3,971 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,808 |
hyperium/hyper | An efficient HTTP library designed as a building block for other libraries and applications. | 14,680 |
arun11299/coro-async | A C++ library providing a coroutine-based approach to networking | 37 |
dotnet/aspnetcore | A cross-platform framework for building modern cloud-based web applications | 35,660 |
tomusdrw/rust-web3 | A client library for Ethereum JSON-RPC multi-transport | 1,464 |
cysharp/magiconion | A unified framework for building real-time APIs and RPC services on the .NET platform | 3,910 |