Content Type edit page
Drupal DDP Admin settings page
Drupal DDP Architecture

This project is not covered by Drupal’s security advisory policy.

Drupal DDP

This module acts as a DDP (Distributed Data Protocol) client, allowing Drupal to send new and updated node, taxonomy, and user data to a Meteor application.

Setup allows configuration of which types of content push to Meteor apps.

Drupal DDP requires a node server using Node DDP Client.

Development of this module is sponsored by hb5


Requirements

Installation

Setup

  • Navigate to admin/config/development/drupal-ddp
  • Specify what port your node server should be listening on
    ...
    // Nodejs listener setup for port 8080.
    app.listen(8080);
    console.log('Listening for data on port: 8080');
    ...
    

     

  • Also specifiy the URL of your meteor app
    ...
    var ddpclient = new DDPClient({
      // host: "localhost",
      port: 3000,
      ...
    });

     

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • Module categories: Integrations
  • Created by bfodeke on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases