GraphQL Integration for Meteor


Summary of my bookmarked Github repositories from Mar 7th, 2018

Github repositories

  • Swydo/ddp-apollo

    DDP-Apollo is a powerful tool that enables GraphQL queries and subscriptions for Meteor developers. It eliminates the need for an additional HTTP server or websocket connection by leveraging DDP, which has been extensively tested over time. With DDP-Apollo, developers can easily integrate GraphQL into their Meteor applications, benefiting from features like user authentication and context support. The package also works seamlessly with Apollo Dev Tools and can be combined with other Apollo Links, making it highly flexible and compatible with various front-end frameworks. A starter kit is available to demonstrate the integration of Meteor, Apollo, DDP, and React.