Tower Web

screenshot of Tower Web

A fast, boilerplate free, web framework for Rust

Overview

Tower Web is a web framework for Rust that aims to remove boilerplate by decoupling HTTP concepts from the application logic. It is fast, built on Tokio and Hyper, and works on Rust stable.

Features

  • Fast: Tower Web is fully asynchronous, utilizing Tokio and Hyper for high-performance web applications.
  • Ergonomic: The framework removes boilerplate by separating HTTP logic from application logic.
  • Works on Rust stable: Tower Web is compatible with Rust stable, making it accessible for developers to use.

Summary

Tower Web is a fast and ergonomic web framework for Rust that focuses on removing boilerplate. By decoupling HTTP concepts from the application logic, Tower Web allows developers to build high-performance web applications with ease. It is compatible with Rust stable and is licensed under the MIT license.