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

14 years on X, 14 years of Meteor. And none of it would mean anything without this community. Thank you for building with us. Still open source. Still shipping. Still here☄️
3
6
27
1,661
Did you know Meteor auto-publishes data you never explicitly defined? @HarryAdel2 breaks down the hidden publications baked into the framework: current user, login service config, autoupdate, and more. Check it out: harryadel.com/auto-publicati…
2
6
634
In 2022 there were serious people arguing @meteorjs should maintain a forked Node.js just to keep Fibers alive. We went the other direction. Removed Fibers entirely. Full async/await. Shipped it in July 2024 as Meteor 3.0. 2,300 commits. 800+ changed files. The right call. blog.galaxycloud.app/meteorj…
2
4
11
839
The Meteor community continues to show up. yuukan:streamy — one of the go-to packages for real-time server-to-client messaging over DDP — hadn't been updated for Meteor 3.x. So a community member (a4xrbj1) forked it, modernized it, and published a4xrbj1:streamy.
1
1
4
526
What stood out: the v2.1.0 release wasn't just a compatibility patch. The author audited actual usage across four production apps before removing anything (broadcasts, direct messages, Accounts integration) leaving a focused ~250-line package with a single dependency.
1
240
That's responsible open source maintenance. If you're on yuukan:streamy and upgrading to Meteor 3.x, this is your drop-in replacement. Same wire protocol, cleaner codebase. meteor add a4xrbj1:streamy Check the repo: github.com/a4xrbj1/streamy
232
Shoutout to @HarryAdel2 for migrating WeKan's full auth stack to Meteor 3.0: OIDC, Sandstorm, CAS, and LDAP all asyncified. Fibers out, native async/await in. He tells more about it here: harryadel.com/dev-diary-25/
4
8
846
"Galaxy has made hosting @meteorjs apps effortless in so many ways. Spinning up containers, scaling, and SSL setup are all automated with very minimal configuration. It's like Amazon AWS, but no certificate required to understand it!" <3
2
4
341
Meteor shipped 30+ releases in 5 years. Node 12 to Node 22. Fibers removed. Babel to SWC to Rspack. Change Streams in beta. Here's everything that happened, version by version 🧵
1
3
19
2,148
Feb 2026 (v3.5-beta): Change Streams as an alternative to oplog tailing. 40% more connection scalability vs oplog. No OOM crashes under high load. Node 24 on deck. uWebSockets.js being discussed as opt-in DDP transport.
1
234
5 years of catch-up and we're still not tired 🤙 There's a lot of good stuff on the way. Stay tuned.
Replying to @meteorjs
Y'all fell off hard... 5 years of playing catch-up smh
2
5
648
Running a @meteorjs app usually means: - @CloudByGalaxy for hosting - Atlas (or something else) for MongoDB - Maybe a third thing for Redis 3 dashboards. 3 billing cycles. 3 places to look when something breaks. Most teams don't feel this cost until they're deep in it.
3
4
830