Skip to content

lh0x00/meteorx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeteorX

github issues build status

Exposing internal Meteor APIs to hack Meteor easily, fork from meteorhacks/meteorx. I will maintain it and update it in the future. If you find an error, please open the issue in this project!

Available APIs on Server-side

MeteorX {
  Server: [Function: Server],
  // livedata
  Session: [Function: Session],
  Subscription: [Function: Subscription],
  SessionCollectionView: [Function: SessionCollectionView],
  SessionDocumentView: [Function: SessionDocumentView],
  // mongo-livedata
  MongoConnection: { [Function: MongoConnection] _isCannotChangeIdError: [Function] },
  MongoCursor: [Function: Cursor],
  MongoOplogDriver: { [Function: OplogObserveDriver] cursorSupported: [Function] },
  MongoPollingDriver: [Function: PollingObserveDriver],
  Multiplexer: [Function: ObserveMultiplexer],
  SynchronousCursor: [Function: SynchronousCursor],
}

Installation

read more in atmospherejs

$ meteor add lamhieu:meteorx

What you can do with this

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

  • Unblock Subscriptions
  • Remove MergeBox