Skip to content

Node.js module to connect to servers using DDP protocol.

Notifications You must be signed in to change notification settings

alansikora/node-ddpclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js DDP Client v0.6.2

Node.js module to connect to servers using DDP protocol.

This was based on the existing Python client: https://github.com/meteor/meteor/tree/master/examples/unfinished/python-ddp-client

installation

npm install ddpclient

example

There is a dead simple example on using the class, take a look at "examples/example.coffee" or "examples/example.js"

To test your client, you may use the deployed app (http://ddpclient-tester.meteor.com), as used on the example.

development

Use: "coffee --bare -wc -j lib/.js src/.coffee"

TODO

  • better docs

About

Node.js module to connect to servers using DDP protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published