Rust Web Framework

Rwf is a Rust Web Framework that offers a comprehensive way to build web applications, following the MVC pattern. It comes with essential features like an HTTP server, user-friendly ORM for PostgreSQL queries, dynamic templates, authentication, middleware, background jobs, and more. It also supports WebSockets, static file hosting, and Hotwired Turbo integration. Easy to start with, Rwf requires adding dependencies to a Rust binary application and creating controllers. The framework is still in early development, with incomplete features and documentation, but welcomes contributions. Check out the examples, guidelines for contributing, code architecture, and desired features in the roadmap.

https://github.com/levkk/rwf

To top