A new era begins: Meteor.js 3.0 has arrived.
Trusted by the world’s most innovative teams
Stop fighting with frameworks and ship real products to production.
Front-end Agnostic
Apps for Any Device
Zero Config
TypeScript Support
RPC APIs
Real-time Updates
Built-in Accounts
Easy to Deploy
Pioneering and Reliable
Meteor.js integrates with
your favorite tools
Meteor seamlessly integrates with a variety of popular tools and frameworks to enhance your development experience. Leverage these powerful tools to build robust and scalable applications with ease.
With Atmosphere
Take advantage of community packages, completely free and accessible to all MeteorJS developers.
import { Meteor } from 'meteor/meteor'
import { SyncedCron } from 'meteor/littledata:synced-cron'
Meteor.startup(() => {
SyncedCron.add({
name: 'Send notifications',
schedule: (parser) =>
parser.text('every 5 minutes'),
job: () => {
// Do something every 5 minutes
},
});
});
Join us on our Forums
The Forums is a place for project news, support, community discussions, and updates on core features.
Connect with us on Discord
The Meteor Lounge on Discord is a place to ask questions, meet developers, and join live events.