Skip to content
Matthisk Heimensen edited this page Nov 14, 2016 · 1 revision

Meteor JS Integration Library Architecture:

The meteor integration library architecture differs from the architecture of our other integration libraries in a few aspects:

  • It relies on realtime updates through Faye
  • Newsfeeds are published to clients using Meteor publications

Meteor uses MongoDB as a database engine and the enrichment / normalization of activities works very similar to the stream-node-orm library.

Publications

Read the publications section of the main docs, all code for publications resides in src/server/publish.js

Collection integration

Reat the collection integration section of the main docs. All code resides in src/collections.js

Clone this wiki locally