Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ ddpclient.on('socket-error', function(error) {
var oid = new ddpclient.EJSON.ObjectID();
```

React Native + Android emulators
====
If you want to connect to your `localhost` server from an Android emulator, set the host as `10.0.2.2` or `10.0.3.2` for Genymotion.

Unimplemented Features
====
The node DDP client does not implement ordered collections, something that while in the DDP spec has not been implemented in Meteor yet.
Expand Down