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.

Ask HN: When to use rails and when to use Meteor?

8 pointsby minaandrawosabout 10 years ago
My question is simple: what are the best use cases for each framework in real life compared to the other? I am a systems backend dev (Java, C#, Go, Python) getting interested in web dev. So far I tried out some pet projects on both frameworks, and I think both are more than amazing.

3 comments

atmosxabout 10 years ago
The main difference boils down to SQL vs NoSQL. Other than that, Rails is more polished, ruby is much more beautiful IMHO than JS, but then again a website without some JS looks&#x2F;feels old. So since you&#x27;re going to need JS why not build everything in the same language? :-)<p>Whatever you choose good luck!
评论 #9189473 未加载
maxharrisabout 10 years ago
I find myself doing quite a lot with Meteor + React these days!<p><a href="https://github.com/reactjs/react-meteor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;reactjs&#x2F;react-meteor</a><p>If you throw a router into the mix, you might end up doing everything with Meteor:<p><a href="https://github.com/mystor/meteor-routecore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mystor&#x2F;meteor-routecore</a>
jcofflandabout 10 years ago
I&#x27;ve had a great experience using vue.js. It&#x27;s faster than Meteor. Very clean. Easy to learn.
评论 #9230066 未加载