TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Loco. The one-person framework for Rust for side-projects and startups

89 pointsby ryandotsmithover 1 year ago

14 comments

chubsover 1 year ago
I love how open this is about following Rails' ideas, in that one simple statement it really helps explain how this will work.
评论 #38544624 未加载
lumostover 1 year ago
Pretty great! Quick q for you when you update the docs. How does front end rendering work? Much of rust is deep into wasm - are you following that approach? or aiming for pure ssr of templates?
评论 #38541850 未加载
Zezimaover 1 year ago
Additional comments about loco on the r&#x2F;rust post here:<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;rust&#x2F;comments&#x2F;18aokzc&#x2F;locors_releasing_a_framework_inspired_by_rails_on&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;rust&#x2F;comments&#x2F;18aokzc&#x2F;locors_releas...</a>
jmarchelloover 1 year ago
I love that the idea of the one-person framework is spreading to other languages and ecosystems. I personally love rails AND Ruby and will stick with them. But there’s always more room for great frameworks like it and they can all be better by learning from one another. Hotwire was heavily inspired by Phoenix, for example.
aetherspawnover 1 year ago
Looks good, couldn&#x27;t find any examples of how to render pages in the docs though (SSR or otherwise).
jkmcfover 1 year ago
Very cool!<p>I love how you&#x27;ve implemented models, particularly generating the entity from the database. I did something similar with PHP 20 years ago, but abandoned it when Rails came around.
评论 #38553642 未加载
xrdover 1 year ago
How do you use front end (JavaScript) code with this as a backend? Or, does this somehow build wasm components that can be used client side?
perryizgr8over 1 year ago
Looks cool, hope to use this or something else like this in the future. Is there anything like this but for web frontend?
CraftThatBlockover 1 year ago
Interesting. Is the part to render HTML in the browser coming, or is this API-only?
beatthatflightover 1 year ago
For a python developer, what would this be the &#x27;equivalent&#x27; of? Flask?
评论 #38540393 未加载
ofrzetaover 1 year ago
I don&#x27;t quite get what is a one-person framework.
评论 #38542258 未加载
barelysapientover 1 year ago
Looks cool; needs more examples
block_daggerover 1 year ago
Looks cool!
outside1234over 1 year ago
Nice work!