-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Matthisk Heimensen edited this page Nov 14, 2016
·
1 revision
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.
Read the publications section of the main docs, all code for publications resides in src/server/publish.js
Reat the collection integration section of the main docs. All code resides in src/collections.js