Skip to content
 
 

Latest commit

 

History

112 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeteorX GitHub Workflow Status

Exposes internal Meteor APIs.

Based on lamhieu-vk/meteorx.

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],
  AsynchronousCursor: [Function: AsynchronousCursor]
}

Installation

read more in atmospherejs

$ meteor add montiapm: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

Exposes Internal Meteor Apis

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages