Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 649 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 649 Bytes

#meteorx

Exposing Internal Meteor Apis to Hack Meteor Easily

Available APIs - Server Side

  • MeteorX.Session - livedata Session
  • MeteorX.Subscription - livedata Subscription
  • MeteorX.SessionCollectionView - livedata SessionCollectionView
  • MeteorX.SessionDocumentView - livedata SessionDocumentView
  • MeteorX.MongoConnection - mongo-livedata MongoConnection
  • MeteorX.MongoCursor - mongo-livedata Cursor

Installation

  • with mrt: mrt add meteorx
  • with 0.9: meteor add meteorhacks:meteorx

What you can do with this

Think about your meteor related issues and fix them. Some of them are:

  • Unblock Subscriptions
  • Remove MergeBox