Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🚂 🦀 The one-person framework for Rust for side-projects and startups

License

NotificationsYou must be signed in to change notification settings

loco-rs/loco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Welcome to Loco

🚂 Loco is Rust on Rails.

cratedocsDiscord channel

English ·中文 ·Français ·Portuguese (Brazil)日本語 ·한국어 ·Русский

What's Loco?

Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at home. If you only know Rails and new to Rust, you'll find Loco refreshing. We do not assume you know Rails.

For a deeper dive into how Loco works, including detailed guides, examples, and API references, check out ourdocumentation website.

Features of Loco:

  • Convention Over Configuration: Similar to Ruby on Rails, Loco emphasizes simplicity and productivity by reducing the need for boilerplate code. It uses sensible defaults, allowing developers to focus on writing business logic rather than spending time on configuration.

  • Rapid Development: Aim for high developer productivity, Loco’s design focuses on reducing boilerplate code and providing intuitive APIs, allowing developers to iterate quickly and build prototypes with minimal effort.

  • ORM Integration: Model your business with robust entities, eliminating the need to write SQL. Define relationships, validation, and custom logic directly on your entities for enhanced maintainability and scalability.

  • Controllers: Handle web requests parameters, body, validation, and render a response that is content-aware. We use Axum for the best performance, simplicity, and extensibility. Controllers also allow you to easily build middlewares, which can be used to add logic such as authentication, logging, or error handling before passing requests to the main controller actions.

  • Views: Loco can integrate with templating engines to generate dynamic HTML content from templates.

  • Background Jobs: Perform compute or I/O intensive jobs in the background with a Redis backed queue, or with threads. Implementing a worker is as simple as implementing a perform function for the Worker trait.

  • Scheduler: Simplifies the traditional, often cumbersome crontab system, making it easier and more elegant to schedule tasks or shell scripts.

  • Mailers: A mailer will deliver emails in the background using the existing loco background worker infrastructure. It will all be seamless for you.

  • Storage: In Loco Storage, we facilitate working with files through multiple operations. Storage can be in-memory, on disk, or use cloud services such as AWS S3, GCP, and Azure.

  • Cache: Loco provides an cache layer to improve application performance by storing frequently accessed data.

So see more Loco features, check out ourdocumentation website.

Getting Started

cargo install lococargo install sea-orm-cli# Only when DB is needed

Now you can create your new app (choose "SaaS app").

❯ loco new✔ ❯ App name? · myapp✔ ❯ What would you like to build? · Saas App with client side rendering✔ ❯ Select a DB Provider · Sqlite✔ ❯ Select your background workertype · Async (in-process tokio async tasks)🚂 Loco app generated successfully in:myapp/- assets: You've selected `clientside` for your asset serving configuration.Next step, build your frontend:  $ cd frontend/  $ npm install && npm run build

Nowcd into yourmyapp and start your app:

$ cargo loco start                      ▄     ▀                                ▀  ▄                  ▄       ▀     ▄  ▄ ▄▀                                    ▄ ▀▄▄                        ▄     ▀    ▀  ▀▄▀█▄                                          ▀█▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄   ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ ▀▀███████  █████   ███ █████   ███ █████   ███ ▀███████  █████   ███ █████   ▀▀▀ █████   ███ ▄█▄██████  █████   ███ █████       █████   ███ ████▄██████  █████   ███ █████   ▄▄▄ █████   ███ ███████████  █████   ███  ████   ███ █████   ███ ████▀  ▀▀▀██▄ ▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀ ██▀      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀                https://loco.rslistening on port 5150

Powered by Loco

  • SpectralOps - various services powered by Locoframework
  • Nativish - app backend powered by Loco framework

Contributors ✨

Thanks goes to these wonderful people:

About

🚂 🦀 The one-person framework for Rust for side-projects and startups

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp