You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ A callback style DDP ([Meteor](http://meteor.com/)'s Distributed Data Protocol)
5
5
6
6
Based _heavily_ on alansikora's [node-js_ddp-client](https://github.com/alansikora/node-js_ddp-client), and meteor's python client. Uses a more callback style approach.
7
7
8
-
The client implements the pre1 version of DDP. It is unfinished at this point, but should do most of what you want it to do.
8
+
The client implements the pre1 version of DDP, with optional [EJSON](http://docs.meteor.com/#ejson) support. It is unfinished at this point, but should do most of what you want it to do.
9
9
10
10
Installation
11
11
============
@@ -23,12 +23,13 @@ Please see the example in `examples/example.js`. Or here for reference:
0 commit comments