Sync Meteor Packages with MongoDB Using Meteor Package Server Sync


Summary of my bookmarked Github repositories from Oct 23rd, 2015

Github repositories

  • Meteor-Community-Packages/meteor-packages

    Meteor Package Server Sync is a client that interacts with the Meteor Package Server API. It allows you to create and synchronize package data with local MongoDB collections, ensuring they stay up to date. The project incorporates code quality tools like eslint, prettier, and editorconfig to maintain clean and error-free code. To get started, you need to initialize it on the server-side and can register code that runs after the initial data synchronization completes. The package provides various collections for accessing package information, and although not implemented in TypeScript, it includes type definitions for convenience.