node-ddp-client icon indicating copy to clipboard operation
node-ddp-client copied to clipboard

DDP Client for browsers and native JS runtimes (no dependencies on document or 3rd party WebSocket libraries)

Results 18 node-ddp-client issues
Sort by recently updated
recently updated
newest added

Hello, I have a question: let's say I am subscribing and observing a collection that was based on a certain query with parameters `.find({parameters})`. If I change my parameters, how...

after subscribing the collection the when we register a observer it says "underfined is not a functiuon" ![ios simulator screen shot 17-sep-2015 2 45 10 pm](https://cloud.githubusercontent.com/assets/11715638/9929500/b59c2400-5d4a-11e5-80b7-f7d1400dc9bb.png)

In reference to #10 and #11, this restores the observer methods `added`, `changed` and `removed` to the `observer` object and calls them when handling their corresponding DDP messages. This also...

The DDP message parser is looking for an `observer.changed` function, but if you register a `changed` function via the `observe` function as the third argument, it gets registered as `updated`...

Resolves #10 Added changed, removed and added events back to the observer. Added the fields which have been added to the response of the observer.

I tried browserifying your library to use it on the client side but it fails due to syntax error with class keyword. Any clue as to how can i go...