An open-source framework for building Web, Mobile, and Desktop applications ☄️

Meteor.js retweeted
@meteorjs shipped 30+ releases in the last 5 years. Dropped Fibers entirely. Migrated everything to async/await. Jumped from Node 12 to Node 22. Replaced the bundler with Rspack. Added Change Streams in 3.5. This framework keeps shipping. Full version-by-version history: → blog.galaxycloud.app/meteorj…
1
5
9
663
Deleting secrets.json from your repo doesn't remove it from Git history. Anyone with access can still find it with a simple git log. If you committed a secret, rotate it. That's the only fix. More on this in the next post ↓
1
2
5
831
Meteor.js retweeted
Your @meteorjs app is on Galaxy. Your MongoDB is somewhere else. Every query crosses a network, adds latency, and costs you money you're not tracking. That's a physics problem. @CloudByGalaxy has managed MongoDB. Going to be talking more about this soon.
3
9
744
Meteor.js retweeted
The most common @meteorjs security incident I see: Developer forks private repo to public GitHub "just to test something." Bots scrape the commit history within minutes. MONGO_URL, API keys, Stripe secrets. All gone. The fix is 3 scripts and an Infisical account. We wrote the whole thing up: blog.galaxycloud.app/meteor-…
5
8
879
Your settings.json is in the repo. A public fork, a Docker image push, a misconfiguration... and your MongoDB credentials are gone. The fix is simple: stop committing secrets. Here's how to set up proper secrets management for Meteor apps on Galaxy: blog.galaxycloud.app/meteor-…
1
6
840
Meteor 3.4 focused on the client: faster builds, smaller bundles, better DX. Meteor 3.5 is turning attention to the server. Change Streams replacing Oplog = lower CPU and memory usage for your running apps. The performance era of Meteor is just getting started.
4
15
1,107
One thing Meteor 3.4 quietly unlocks: full compatibility with the modern JS ecosystem. React Router v7. Workbox. The latest versions of Svelte, Solid, Vue. Angular is back. Full ESM support. Whatever you can do in esbuild or Webpack, you can now do in Meteor.
1
1
10
1,192
Tree shaking in Meteor. If you've spent any time in the Meteor forums or GitHub discussions over the years, you know how long this has been requested. Meteor 3.4 finally delivers it. And the bundle size difference is hard to ignore.
2
11
1,553
Meteor 3.4 is arguably the biggest release since 3.0. In episode 2 of the Galaxy Crew Podcast, we break down: • Rspack + SWC replacing Babel • Faster builds & smaller bundles • The future of Meteor Watch it below 👇
2
1
18
804
Real-world numbers from migrating the @CloudByGalaxy app to Meteor 3.4's new esbuild bundler: From 8.5mb to 1mb on the main client bundle 🤯 That's an 88% reduction! Not a benchmark: a production app. The same one you use to deploy your Meteor projects.
1
3
14
1,695
Meteor 3.4 is the most important release since Meteor 3. 70% faster builds. 88% smaller client bundles. Tree shaking. HMR. Full ESM support. All powered by esbuild, now integrated into Meteor Core. And it's fully opt-in: Upgrade today, migrate when you're ready.
6
20
2,416
Meteor.js retweeted
A developer forks your private repo to their personal GitHub. Sets it public by accident. Bots scrape your MongoDB credentials and API tokens within hours. This is why you shouldn't put secrets in settings.json. New on the blog: how to set up proper secrets management for @meteorjs apps with @infisical. blog.galaxycloud.app/meteor-…
7
8
1,088
Meteor vs Next.js? 🔥 Wrong question. Need SSR/SEO? → Next.js Need real-time + auth + fast MVP? → Meteor We solve different problems. Pick what fits.
1
1
17
2,063
Meteor's 2025-2026 so far: ✓ SWC integration ✓ RSPack bundler ✓ Tree shaking ✓ 4x faster builds Coming: Change Streams, Better SSR 🔥
1
2
15
1,095
Meteor.js retweeted
Yes, @fireship_dev gets a lot of things right in his videos, but he was wrong in this case.
So, @fireship_dev just put Meteor.js in a "when open source fails" video. And they're (mostly) wrong. I work in the Meteor ecosystem. I need to talk about what actually happened, because the real story is way more interesting than "it faded away." A thread 🧵
5
11
1,593