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.

Show HN: How I Stopped Using MeteorJS for My App

4 pointsby stockkidalmost 9 years ago

4 comments

brianwawokalmost 9 years ago
Lesson 1 of writing code that doesn&#x27;t die with 200 users: don&#x27;t use mongo.<p>Glad you got meteor fixed up by sad you stuck with Mongo. H
评论 #12029614 未加载
stockkidalmost 9 years ago
I recently built an app called RemoteBase using MeteorJS, a full stack JavaScript framework. I had some scalability issues, and rewrote the app.<p>Here is why and how I rewrote the app with Express + React + Redux without MeteorJS. Hope this post mortem helps JavaScript developers and future me.
评论 #12045578 未加载
评论 #12042933 未加载
lykronalmost 9 years ago
You echo the issues I&#x27;ve encountered with Meteor and the reasons why we got rid of it. MongoDB is the worst when having to do, well, anything with it. We&#x27;ve moved to FeathersJS with a SQL Backend and could not be happier.
Hunnertalmost 9 years ago
Great, and I just spent a full month learning Meteor.