Moonridge icon indicating copy to clipboard operation
Moonridge copied to clipboard

Mongo live query framework bootstrapped on socket.io-rpc and mongoosejs. Takes your mongoose models and allows for easy and elegant consumption over the network in your frontend app or in remote node...

Results 8 Moonridge issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I just encountered an issue that I think turned out to be two different issues. using this (partial) Schema var MrQuotes = this.MR.model('Mrquotes', { quote_number: Number, quote_version: Number, broker_id: {...

https://gist.github.com/kdelemme/9659364#file-aggregate-js-L128

Instead of client RPC methods, it should be implemented as a raw event emitter over socket.io https://github.com/capaj/Moonridge/blob/master/mr-rpc-methods.js#L667

in mr-rpc-methods, rejectOnError common handler for callbacks would help a lot, for example on https://github.com/capaj/Moonridge/blob/master/mr-rpc-methods.js#L634

Open 2 browser tabs. Then on tab 1, filter the query to show only 1 result. On the second tab update a record that does not exists in the first...

Hi. I am trying to merge your framework with a simple MEAN stack, but I never used jspm, so I'm a bit lost on the client side. Using `jspm install...