Ripress
An express-inspired Rust-based web framework
Please star the repo if you like it, so that I know someone is using it.
Table of Contents
Overview
Ripress is a web framework inspired by Express.js.
Goals
- Provide an intuitive and simple API like Express.js
- Focus on developer experience first; performance optimizations will come later
- Prioritize ease of use over low-level control initially
Installation
You can add ripress to your project using Cargo:
Basic Example
use ;
async
async
View more basic examples in Examples dir.
View full blown code examples here.