Skip to content

Commit ef7678d

Browse files
committed
Update the readme
1 parent 69d1e61 commit ef7678d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.markdown

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Node DDP Client
22
===============
33

4-
A callback style DDP ([Meteor](http://meteor.com/)'s Distributed Data Protocol) node client.
4+
A callback style DDP ([Meteor](http://meteor.com/)'s Distributed Data Protocol) node client, originally based 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.
55

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-
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.
6+
The client implements the pre1 and pre2 versions of DDP.
97

108
Installation
119
============
@@ -107,13 +105,6 @@ Unimplemented Features
107105
====
108106
The node DDP client does not implement ordered collections, something that while in the DDP spec has not been implemented in Meteor yet.
109107

110-
* Server to Client messages
111-
* 'addedBefore'
112-
* 'movedBefore'
113-
* 'error'
114-
* 'updated'
115-
116-
117108
Thanks
118109
======
119110

0 commit comments

Comments
 (0)