Skip to content

meteorhacks/meteorx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Exposing some of the internal Meteor API prototypes

Resources

License

Stars

Watchers

Forks

Packages

No packages published