{"id":154,"url":"https://github.com/Urigo/awesome-meteor","last_synced_at":"2025-08-13T19:32:28.251Z","repository":{"id":18016453,"uuid":"21043164","full_name":"Urigo/awesome-meteor","owner":"Urigo","description":"A curated, community driven list of awesome Meteor packages, libraries, resources and shiny things","archived":false,"fork":false,"pushed_at":"2022-03-31T06:03:05.000Z","size":558,"stargazers_count":1418,"open_issues_count":0,"forks_count":152,"subscribers_count":92,"default_branch":"master","last_synced_at":"2024-12-08T15:44:23.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Urigo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-20T15:42:59.000Z","updated_at":"2024-12-06T19:56:30.000Z","dependencies_parsed_at":"2022-08-26T09:41:18.437Z","dependency_job_id":null,"html_url":"https://github.com/Urigo/awesome-meteor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urigo%2Fawesome-meteor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urigo%2Fawesome-meteor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urigo%2Fawesome-meteor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Urigo%2Fawesome-meteor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Urigo","download_url":"https://codeload.github.com/Urigo/awesome-meteor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229780026,"owners_count":18122914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:12:47.836Z","updated_at":"2024-12-15T03:30:23.323Z","avatar_url":"https://github.com/Urigo.png","language":null,"readme":"# Awesome Meteor [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nA curated list of awesome Meteor Packages, libraries and software.\n\nThe official Meteor resources page can be found [here](https://www.meteor.com/tools/resources)\n\n- [Awesome Meteor](#awesome-meteor)\n  - [Getting Started](#getting-started)\n  - [Collections](#collections)\n  - [Forms and Templates](#forms-and-templates)\n  - [Users and Authentication](#users-and-authentication)\n  - [REST](#rest)\n  - [Files](#files)\n  - [Routers](#routers)\n  - [Debugging Tools](#debugging-tools)\n  - [Editor Plugins](#editor-plugins)\n  - [Search, sort and paginate](#search-sort-paginate)\n  - [Mobile](#mobile)\n  - [Offline](#offline)\n  - [Testing](#testing)\n  - [SEO](#seo)\n  - [Data Visualization](#data-visualization)\n  - [Analytics](#analytics)\n  - [Cron Jobs](#cron-jobs)\n  - [Administration](#administration)\n  - [Performance](#performance)\n  - [Monitoring](#monitoring)\n  - [Deployment](#deployment)\n    - [Docker Images](#docker-images)\n  - [Front End Frameworks](#front-end-frameworks)\n  - [Alternative Databases](#alternative-databases)\n  - [Boilerplate](#boilerplate)\n  - [Open Source Apps](#open-source-apps)\n  - [Internationalization](#internationalization)\n  - [Scaffolding](#scaffolding)\n  - [Tooling](#tooling)\n- [Resources](#resources)\n  - [Books](#books)\n  - [Courses](#courses)\n    - [Free](#free)\n    - [Paid](#paid)\n  - [Tutorials](#tutorials)\n  - [Blogs](#blogs)\n  - [Websites](#websites)\n  - [Q\u0026A](#q\u0026a)\n  - [Community Newsletters](#community-newsletters)\t\n  - [Social](#social)\n  - [Work Opportunities](#work-opportunities)\n  - [Related](#related)\n- [Built With Meteor](#built-with-meteor)\n- [Deprecated](#deprecated)\n- [Contributing](#contributing)\n\n---\n\n## Getting Started\n\n_Where to start_\n\n- [Official Meteor tutorial](https://www.meteor.com/tutorials/react/creating-an-app)\n- [Official Guide](http://guide.meteor.com/)\n\n## Collections\n\n_Helpers and expensions for collections_\n\n- [simple-schema](https://github.com/aldeed/simple-schema-js) - A JavaScript schema validation package that supports direct validation of MongoDB update modifier objects.\n- [aldeed:collection2](https://github.com/aldeed/meteor-collection2/) - Automatic validation of insert and update operations on the client and server.\n- [dburles:collection-helpers](https://github.com/dburles/meteor-collection-helpers/) – Transform your collections with helpers that you define.\n- [matb33:collection-hooks](https://github.com/Meteor-Community-Packages/meteor-collection-hooks) - Extends Mongo.Collection with before/after hooks for insert/update/remove/find/findOne.\n- [reywood:publish-composite](https://github.com/Meteor-Community-Packages/meteor-publish-composite) - publish a set of related documents from various collections using a reactive join.\n- [jagi:astronomy](https://github.com/jagi/meteor-astronomy/) - The Model layer for Meteor.\n- [cultofcoders:grapher](https://github.com/cult-of-coders/grapher) - Grapher: Meteor Collection Joins + Reactive GraphQL like queries.\n- [sakulstra:aggregate](https://github.com/sakulstra/meteor-aggregate) - Add proper aggregation support for Meteor.\n- [quave:collections](https://github.com/quavedev/collections) - Create collections in a standard way.\n\n## REST\n\n_REST support for Meteor_\n\n- [maka:rest](https://atmospherejs.com/maka/rest) - automatically make your Meteor app accessible over HTTP and DDP alike.\n- [vatfree:restivus](https://github.com/vatfree/meteor-restivus) - Make REST endpoints for your Meteor app with incredible ease.\n\n## Forms and Templates\n\n_Helpers for templates_\n\n- [uniforms](https://github.com/vazco/uniforms) - Bunch of React components and helpers to easily generate and validate forms. [Seamlessly integrate with `simpl-schema`](https://uniforms.tools/docs/installation).\n- [aldeed:autoform](https://github.com/aldeed/meteor-autoform) - UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.\n- [ostrio:templatehelpers](https://github.com/VeliovGroup/Meteor-Template-helpers) - Utility helpers for your Blaze templates.\n- [aldeed:template-extension](https://github.com/aldeed/meteor-template-extension) - A Meteor package: Replace already defined templates, inherit helpers and events from other templates.\n- [kadira:blaze-layout](https://github.com/TeamGrid/blaze-layout) - Layout Manager for Blaze (works well with Meteor FlowRouter)\n\n## Users and Authentication\n\n_Tools for handling users and authentication_\n\n- [accounts-js](https://github.com/accounts-js/accounts) - A suite of packages aims to provide all the tools you need to build a flexible authentication and accounts management solution for your application.\n- [alanning:roles](https://github.com/Meteor-Community-Packages/meteor-roles) - Roles support for the built-in accounts packages.\n- [meteor-user-status](https://github.com/Meteor-Community-Packages/meteor-user-status) - Keeps track of users and their meta data.\n- [accounts-ui](https://github.com/e-Potek/accounts-ui/) - Accounts UI for React in Meteor 1.3+.\n\n## Administration\n\n_Tools for administrating your Meteor apps_\n\n- [Meteor Candy](https://www.meteorcandy.com/) - Fastest and easier way to add an admin panel to your app.\n- [yogiben:admin](https://github.com/yogiben/meteor-admin) - A complete admin dashboard solution.\n- [houston:admin](https://github.com/gterrono/houston) - A zero-config, Django Admin-like admin for Meteor.\n- [zodern:pure-admin](https://github.com/zodern/meteor-pure-admin) - An isolated, customizable admin panel for Meteor.\n\n## Monitoring\n\n_Tools for monitoring your Meteor apps_\n\n- [kschingiz:meteor-elastic-apm](https://github.com/kschingiz/meteor-elastic-apm) - Perfomance Monitoring for Meteor based on Elastic APM\n- [monti-apm-agent](https://github.com/monti-apm/monti-apm-agent) - Performance Monitoring for Meteor\n- [lmachens:kadira](https://github.com/lmachens/kadira) - Performance Monitoring for Meteor\n\n## Performance\n\n_Tools for speeding up your Meteor apps_\n\n- [cultofcoders:redis-oplog](https://github.com/cult-of-coders/redis-oplog) - Redis Oplog implementation to fully replace MongoDB Oplog in Meteor\n- [staringatlights:fast-render](https://github.com/abecks/meteor-fast-render) - An active fork of fast-render\n- [epotek:method-cache](https://github.com/e-Potek/method-cache) - Meteor method caching using DataLoader\n- [maestroqadev:pub-sub-lite](https://github.com/adtribute/pub-sub-lite) - Transform publications to be non-reactive.\n- [artillery-engine-meteor](https://github.com/kschingiz/artillery-engine-meteor) - Artillery load testing for MeteorJS applications.\n\n## Deployment\n\n_Tools for deploying and maintaining Meteor apps_\n\n- [meteor-up](https://github.com/zodern/meteor-up) – Meteor Deployments.\n- [meteor-google-cloud](https://github.com/EducationLink/meteor-google-cloud) - Automate Meteor deployments on Google Cloud App Engine Flexible\n- [mup-aws-beanstalk](https://github.com/zodern/mup-aws-beanstalk) - Deploy Meteor apps to AWS Elastic Beanstalk using Meteor Up\n- [meteor-azure](https://github.com/fractal-code/meteor-azure) - Automate Meteor deployments on Azure App Service\n- [pm2-meteor](https://github.com/andruschka/pm2-meteor) - Simplest way to deploy, scale and run Meteor Apps with PM2.\n- [meteor-hero](https://github.com/jkrup/meteor-hero) - Deploy MeteorJS applications for free with one command utilizing Heroku's service.\n- [meteor-kubernetes-guide](https://github.com/Gregivy/meteor-kubernetes-guide) - Deploy a Meteor app with Kubernetes.\n- [meteorhacks:cluster](https://github.com/lmachens/cluster) - Clustering solution for Meteor with load balancing and service discovery\n- [demeteorizer](https://github.com/onmodulus/demeteorizer) - Converts a Meteor app into a \"standard\" Node.js application\n- [percolate:migrations](https://github.com/percolatestudio/meteor-migrations) - Simple migration system for Meteor\n- [yamup](https://github.com/bordalix/yamup) - Deploy Meteor apps to your own Ubuntu server (EC2, ...) without dockers\n- [waveshosting](https://github.com/nicolaslopezj/waveshosting) - Web application to manage meteor deployments.\n\n## Docker Images\n\n- [meteor-docker](https://github.com/zodern/meteor-docker)\n- [meteor-base](https://github.com/disney/meteor-base)\n- [docker-meteor](https://github.com/tozd/docker-meteor)\n\n## Routers\n\n_Routers for Blaze_\n\n- [ostrio:flow-router-extra](https://github.com/VeliovGroup/flow-router) - Carefully extended `flow-router` package. Up-to-date version with support of latest Meteor's releases.\n- [msavin:parrot](https://github.com/msavin/Parrot) - Web router specially designed for building SPAs using Meteor\n- [meteorhacks:picker](https://github.com/meteorhacks/picker) - Server Side Router for Meteor.\n- [iron:router](https://github.com/iron-meteor/iron-router) - A router that works on the server and the browser, designed specifically for Meteor. \n\n## Offline\n\n_Tools for Meteor offline support_\n\n- [ground:db](https://github.com/GroundMeteor/db) - GroundDB is a thin layer providing Meteor offline database and methods.\n- [npdev:collections](https://github.com/CaptainN/npdev-collections) - An easy way to create offline collections with SSR for Meteor\n- [meteor-service-worker](https://github.com/NitroBAY/meteor-service-worker) - Meteor specific service worker implementaion.\n- [quave:pwa](https://github.com/quavedev/pwa) - A Meteor package that allows you to configure your PWA.\n\n## Testing\n\n_Testing tools_\n\n- [meteortesting:mocha](https://github.com/meteortesting/meteor-mocha) - Mocha test driver package for Meteor.\n- [lmieulet:meteor-coverage](https://github.com/serut/meteor-coverage) - Test coverage for Meteor.\n- [hubroedu:mocha](https://github.com/hubroedu/meteor-mocha/) - Decaffed cultofcoders:mocha fork.\n- [antwaremx:meteorman](https://github.com/antwaremx/meteorman) - Meteorman: A DDP Client with GUI to test Meteor methods and publications (like Postman).\n\n## SEO\n\n_Search Engine Optimization tools_\n\n- [ostrio:spiderable-middleware](https://github.com/VeliovGroup/spiderable-middleware/) - Prerendering (_a.k.a. Spiderable_) with support of ES6 (ECMAScript2015) - Meteor app crawled perfectly by search engines.\n\n## Files\n\n_Handling files in Meteor_\n\n- [ostrio:files](https://github.com/VeliovGroup/Meteor-Files) - Upload files via DDP, HTTP and WebRTC/DC. To Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust.\n- [@reactioncommerce/file-collections](https://github.com/reactioncommerce/reaction-file-collections) - Reaction FileCollections is a set of NPM packages that provide the ability to support file uploads, storage, and downloads in Node and Meteor apps, and in browser JavaScript.\n- [netanelgilad:excel](https://github.com/netanelgilad/meteor-excel) - Parsing and generating excel files (xlsx, xls).\n- [mikkelking:slingshot](https://github.com/Back2bikes/meteor-slingshot) - Upload files directly to AWS S3, Google Cloud Storage and others in meteor.\n\n## Search, sort and paginate\n\n_Search, sort and paginate related tools_\n\n- [percolate:find-from-publication](https://github.com/versolearning/find-from-publication) - Enable finding all documents that have been published by a given publication.\n- [meteor-publish-join](https://github.com/nlhuykhang/meteor-publish-join#readme) - A performant NPM package for publishing non-reactive or aggregated values.\n- [tmeasday:publish-counts](https://github.com/percolatestudio/publish-counts) - Publish the count of a cursor, in real time.\n- [meteorhacks:search-source](https://github.com/meteorhacks/search-source) - Reactive Data Source for Search.\n- [matteodem:easy-search](https://github.com/matteodem/meteor-easy-search) - Easy-to-use search with Blaze Components (+ Elastic Search Support)\n- [alethes:pages](https://github.com/alethes/meteor-pages) - Out of the box Meteor pagination.\n\n## Mobile\n\n_Mobile Development_\n\n- [meteor-react-native](https://github.com/TheRealNate/meteor-react-native) - Meteor client for React Native matching Meteor Spec.\n- [meteor-push](https://github.com/activitree/meteor-push) - Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox).\n- [quave:universal-links](https://github.com/quavedev/universal-links) - A Meteor package that allows you to expose your native iOS settings to enable Universal Links. \n- [meteoric:ionic](https://github.com/meteoric/meteor-ionic) - Ionic components for Meteor.\n- [driftyco:ionic](https://github.com/driftyco/ionic) - Official Ionic support for Meteor.\n- [martijnwalraven:meteor-ios](https://github.com/martijnwalraven/meteor-ios) - Integrates native iOS apps with the Meteor platform through DDP.\n- [delight-im/Android-DDP](https://github.com/delight-im/Android-DDP) - DDP for clients on Android.\n- [okland:accounts-phone](https://github.com/okland/accounts-phone) - A login service based on mobile phone number for Meteor.\n- [okland:camera-ui](https://github.com/okland/camera-ui) - Meteor package for taking photos with user interface, one function call on desktop and mobile. Allows to choose between camera to photoLibrary on mobile.\n- [percolatestudio/cordova-plugin-safe-reload](https://github.com/percolatestudio/cordova-plugin-safe-reload) - Cordova plugin to watch and recover after a broken Meteor Hot Code Push.\n\n## Data Visualization\n\n_Data Visualization in Meteor: charts, maps, tables, etc._\n\n- [aldeed:tabular](https://github.com/aldeed/meteor-tabular) - Reactive datatables for large or small datasets.\n- [aslagle:reactive-table](https://github.com/aslagle/reactive-table/) - Reactive table for Meteor, using Blaze.\n- [luixal:blaze-paginated-custom-list](https://github.com/luixal/meteor-blaze-paginated-custom-list) - Reactive and paginated item list.\n- [luixal:meteor-apexcharts](https://github.com/luixal/meteor-apexcharts) - Reactive ApexCharts library packaged for Meteor.\n\n## Analytics\n\n_Analytics_\n\n- [okgrow:analytics](https://github.com/okgrow/analytics/) - Google Analytics, Mixpanel, KISSmetrics (and more) integration for meteor.\n- [quave:analytics](https://github.com/quavedev/analytics) - A Meteor package that allows you to send your page views and more to Google Analytics.\n\n## Cron Jobs\n\n_Cron Jobs in Meteor_\n\n- [msavin:sjobs](https://github.com/msavin/stevejobs/) - A Meteor-first jobs queue / task scheduler.\n- [percolate:synced-cron](https://github.com/percolatestudio/meteor-synced-cron) - Cron system for Meteor. It supports syncronizing jobs between multiple processes.\n- [ostrio:cron-jobs](https://github.com/VeliovGroup/Meteor-CRON-jobs) - Package with similar API to native `setTimeout` and `setInterval` methods, but synced between all running Meteor (NodeJS) instances.\n\n## Debugging Tools\n\n_Debugging Tools_\n\n- [meteor-devtools-evolved](https://github.com/leonardoventurini/meteor-devtools-evolved) - A chrome extension.\n- [msavin:mongol](https://github.com/msavin/Mongol/) - Visual Editing Tool for Meteor for MongoDB Collections.\n- [msavin:jetsetter](https://github.com/msavin/JetSetter) - Visual Get/Set Tool for Meteor Session Variables.\n- [babrahams:constellation](https://github.com/JackAdams/constellation-distro/) - An extensible dev console for Meteor.\n\n## Editor Plugins\n\n- [meteor-api](https://atom.io/packages/meteor-api) - Meteor addons for Atom.\n- [meteor-zsh](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#meteor) - Completion for the meteor command.\n\n## Scaffolding\n\n_Scaffolding_\n\n- [Meteor Kitchen](http://www.meteorkitchen.com/) - Code generator for Meteor.\n- [iron-cli](https://github.com/iron-meteor/iron-cli) - A scaffolding command line tool for Meteor applications.\n- [maka-cli](https://github.com/maka-io/maka-cli) - Maka-CLI is a command line tool, which organizes a web application's file structure and automates everyday package installation tasks for various application frameworks.\n\n## Tooling\n\n- [ESLint-plugin-Meteor](https://github.com/dferber90/eslint-plugin-meteor/) - ESLint plugin for Meteor.\n\n## Boilerplate\n\n- [CaptainN - meteor-react-starter](https://github.com/CaptainN/meteor-react-starter) - A starter project on Meteor with React.\n- [Pup](https://github.com/cleverbeagle/pup)\n- [matteodem - meteor-boilerplate](https://github.com/matteodem/meteor-boilerplate)\n- [React with Webpack + Meteor as a backend](http://julian.io/react-with-webpack-meteor-as-a-backend/)\n\n## Open source apps\n\n- [Rocket.Chat](https://rocket.chat/) - Realtime chat application built with Meteor.\n- [Wekan](https://github.com/wekan/wekan) - Open source Trello-like kanban.\n- [Unchained Shop](https://github.com/unchainedshop/unchained) - Open source Commerce platform developed with Meteor.\n- [VulcanJS](https://github.com/VulcanJS/Vulcan) - A toolkit to quickly build apps with React, GraphQL \u0026 Meteor.\n- [Nosqlclient](https://github.com/nosqlclient/nosqlclient) - MongoDB management tool.\n- [radgrad2](https://github.com/radgrad/radgrad2) - Meteor based education management system.\n- [coauthor](https://github.com/edemaine/coauthor) - Coauthor supercollaboration/discussion forum.\n\n## Internationalization\n\n- [Meteor-Internationalization](https://github.com/veliovgroup/Meteor-Internationalization) - Super-Lightweight and fast i18n isomorphic driver for Meteor with support of placeholders.\n- [meteor-accounts-t9n](https://github.com/softwarerero/meteor-accounts-t9n/) - Translations for meteor account's error messages.\n- [meteor-universe-i18n](https://github.com/vazco/meteor-universe-i18n) - Internationalization package for React and Meteor.\n\n## Front End Frameworks\n\n_Alternative Front End Frameworks to Blaze_\n\n- [React](http://react-in-meteor.readthedocs.org/en/latest/) - Working with React and Meteor.\n- [Vue](https://github.com/meteor-vue) - Working with Vue and Meteor (plus single-file components \u0026 apollo support).\n- [Svelte](https://github.com/zodern/melte) - Build cybernetically enhanced web apps with Meteor and Svelte.\n- [Angular 2](https://github.com/Urigo/angular2-meteor) - Working with Angular 2 and Meteor.\n- [Angular](https://github.com/Urigo/angular-meteor) - Working with Angular and Meteor.\n- [Famo.us](https://github.com/gadicc/meteor-famous-views/) - Famo.us and Meteor.\n- [frozeman:build-client](https://github.com/frozeman/meteor-build-client) - A tool to bundle the client part of a Meteor app.\n- [Asteroid](https://github.com/mondora/asteroid) - An alternative client for a Meteor backend.\n- [ddp.js](https://github.com/mondora/ddp.js) - Isomorphic JavaScript DDP client.\n- [elm](https://github.com/ni-ko-o-kin/meteor-elm-example) - elm as the view layer for a meteor based project.\n\n## Alternative Databases\n\n_Alternative Databases for MongoDB_\n\n- [vlasky:mysql](https://github.com/vlasky/meteor-mysql) - Reactive MySQL for Meteor\n- [meteor-pg](https://github.com/Richie765/meteor-pg) - New and improved PostgreSQL support for Meteor\n- [ostrio:neo4jdriver](https://github.com/VeliovGroup/ostrio-neo4jdriver/) - Neo4j Driver for Meteor, with support of GrapheneDB\n- [numtel:pg](https://github.com/numtel/meteor-pg) - Reactive PostgreSQL for Meteor\n- [simple:rethink](https://github.com/Slava/meteor-rethinkdb) - RethinkDB integration for Meteor\n\n# Resources\n\n_Where to discover new Meteor things_\n\n## Books\n\n- [Meteor Explained](https://gumroad.com/l/meteor-explained)\n- [Secure Meteor](https://www.securemeteor.com/)\n- [meteor-tuts](https://www.meteor-tuts.com/) - Free\n- [Meteor Tips](http://meteortips.com/) - Free\n- [Pro Meteor](https://pdfslide.net/documents/pro-meteor-book.html) - Free\n- [Meteor Cookbook](https://github.com/awatson1978/meteor-cookbook)\n\n## Courses\n\n- #### Free\n\n  - [How to Create an App](https://www.youtube.com/c/Howtocreateanappdev/videos) - Most updated.\n  - [EventedMind](https://learn-meteor.netlify.app/) - It's old but goes into detail regarding how Meteor internals.\n\n- #### Paid\n  - [Udemy - Learn React and Meteor in 2021: Build a multiplayer game](https://www.udemy.com/course/modern-web-development-with-react-and-meteor-2021/)\n  - [Udemy - Realtime Applications with Meteor and Vue](https://www.udemy.com/course/meteor-vue) - Course in Spanish.\n  - [leveluptutorials](https://www.leveluptutorials.com/) - Contains some free tutorials but mostly on 1.x.\n\n## Tutorials\n\n\n- [Phusion Passenger: Meteor tutorial](https://github.com/phusion/passenger/wiki/Phusion-Passenger:-Meteor-tutorial)\n- [When a Meteor finally hits production](https://medium.com/@davidyahalomi/when-a-meteor-finally-hits-production-6c37b81f795b) - Blog post about deploying Meteor apps\n- [Transform any Meteor App into a PWA](https://dev.to/jankapunkt/transform-any-meteor-app-into-a-pwa-4k44)\n\n## Blogs\n\n- [Official Meteor blog](http://blog.meteor.com)\n- [The Meteor podcast](http://podcast.crater.io)\n\n## Websites\n\n- [Official website](https://www.meteor.com/)\n- [Official Documentation](http://docs.meteor.com/)\n- [Official Guide](http://guide.meteor.com/)\n- [Atmosphere](https://atmospherejs.com/) - The catalog of Meteor packages, resources and tools.\n- [Packosphere](https://packosphere.com/) - Alternative front-end for Meteor package system, built by [Kelly Copley\n](https://github.com/copleykj)\n- [Discover Meteor](https://book.discovermeteor.com/)\n- [Meteorpedia](http://www.meteorpedia.com) ([infrequently](http://www.meteorpedia.com/special/RecentChanges/) updated)\n- [Meetups](http://meteor.meetup.com/)\n- [Reddit](https://www.reddit.com/r/meteor)\n- [YouTube](https://www.youtube.com/channel/UC3fBiJrFFMhKlsWM46AsAYw) videos from meetups around the world\n- [Unofficial Meteor FAQ](https://github.com/oortcloud/unofficial-meteor-faq)\n- [The Meteor Chef](https://themeteorchef.com)\n\n### Q\u0026A\n\n- [Stack Overflow](http://stackoverflow.com/questions/tagged/meteor?sort=newest\u0026pagesize=15)\n- [Meteor forums](https://forums.meteor.com/)\n\n### Community Newsletters\n\n- [zodern](https://zodern.me/newsletter.html)\n- [StorytellerCZ](https://forums.meteor.com/t/meteor-community-newsletter/50598)\n\n## Social\n\n- [Official Twitter Account](https://twitter.com/meteorjs)\n- [Meteor Community Organization Slack Channel](https://github.com/Meteor-Community-Packages/organization#slack)\n\n\n## Work Opportunities\n\n- [Awesome Meteor Jobs](https://github.com/harryadel/awesome-meteor-jobs)\n- [We work Meteor](https://www.weworkmeteor.com/)\n- [Official Job Board](https://jobs.meteor.com/)\n\n## Related\n\n- [Awesome Meteor Developers](https://github.com/harryadelb/awesome-meteor-developers)\n- [Awesome Blaze](https://github.com/arggh/awesome-blaze)\n\n## Built With Meteor\n\n_Commercial Grade Applications Built With Meteor_\n\n- [Qualia](https://www.qualia.com/) - Real Estate Startup\n- [Code Signal](https://codesignal.com/) - Skills-based assessment platform\n- [Pathable](Pathable) - Events managment suite\n- [MaestroQA](https://www.maestroqa.com/) - Quality assurance software\n\n## Deprecated\n\n_This section is desginated for resources which are no longer compatible with the current version of Meteor_\n\n- [Meteor 1.4 + React For Everyone Tutorials](https://www.leveluptutorials.com/tutorials/meteor-1-4-react-for-everyone-tutorials)\n- [Meteor 1.4 For Everyone](https://www.leveluptutorials.com/tutorials/meteor-1-4-for-everyone)\n- [Intermediate Meteor](https://www.leveluptutorials.com/tutorials/intermediate-meteor)\n- [Meteor For Everyone Tutorials](https://www.leveluptutorials.com/tutorials/meteor-for-everyone-tutorials)\n- [tuts+ - Single Page Web Apps with Meteor](http://code.tutsplus.com/courses/single-page-web-apps-with-meteor)\n- [Building a CMS-powered blog in Meteor](https://buttercms.com/blog/meteor-cms-blog-tutorial)\n- [scotch.io - Building a Slack Clone in Meteor](https://scotch.io/tutorials/building-a-slack-clone-in-meteor-js-getting-started)\n\n## [Contributing](https://github.com/urigo/awesome-meteor/blob/master/CONTRIBUTING.md)\n\nYour contributions are always welcome!\n\nThank you @gillesfabio for creating this repo!\n","funding_links":[],"categories":["Front-End Development","Technical","前端开发","目录","Other Lists","Uncategorized","Front-end Development","Others","Live Site:   [searchAwesome](https://search-awesome.vercel.app/)","Web frameworks","Themed Directories"],"sub_categories":["awesome-*","Web框架","TeX Lists","Uncategorized","Misc"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUrigo%2Fawesome-meteor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUrigo%2Fawesome-meteor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUrigo%2Fawesome-meteor/lists"}