#web-framework #web #generator #web-server #command-line-tool #server

app gumbo

Best of the best rust projects all mixed together into a website framework

14 releases

new 0.1.16 Mar 22, 2025
0.1.15 Mar 22, 2025
0.1.14 Jan 26, 2025
0.1.10 Dec 24, 2024
0.1.1 May 21, 2024

#195 in HTTP server

Download history 2/week @ 2024-12-04 207/week @ 2024-12-11 195/week @ 2024-12-18 64/week @ 2024-12-25 114/week @ 2025-01-01 22/week @ 2025-01-08 112/week @ 2025-01-15 202/week @ 2025-01-22 32/week @ 2025-01-29 17/week @ 2025-02-05 25/week @ 2025-02-12 215/week @ 2025-03-19

215 downloads per month

BSD-3-Clause

185KB
3K SLoC

Gumbo

Best of the best rust projects all mixed together into a website framework

Gumbo

Gumbo is a powerful and easy-to-use tool designed to help you quickly scaffold and template basic websites, similar to Ruby on Rails. Gumbo leverages the robustness of Actix for the backend, the modern frontend capabilities of Yew, and the efficient ORM capabilities of Welds. With Gumbo, you can streamline your web development process, ensuring a smooth and efficient workflow from start to finish.

Installation

You can easily install Gumbo using Cargo, Rust's package manager. Simply run the following command:

cargo install gumbo

Basic Usage

Initialize a New Project

To create a new project, use the following command:

gumbo init projectname

Generate a Scaffold

To generate a scaffold for a new resource, use:

gumbo generate scaffold resource field1:type field2:type

Generate a Controller

To generate a controller with specific actions, use:

gumbo generate controller controllername action:method

Dependencies

~61MB
~1M SLoC