# ddpclient

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

Latest version **0.6.2** (published 2012-07-31) · 0 weekly downloads

## Install

```sh
npm install ddpclient
pnpm add ddpclient
yarn add ddpclient
bun add ddpclient
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.2 |
| Published | 2012-07-31 |
| First published | 2012-06-07 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | Alan Sikora |
| Maintainers | alansikora |
| Keywords | ddp, meteor, protocol |

## Links

- npm: https://www.npmjs.com/package/ddpclient
- Repository: https://github.com/alansikora/ddpclient
- npm.io page: https://npm.io/package/ddpclient

## Dependencies (1)

- [ws](https://npm.io/package/ws.md) 0.4.16

## Recent versions

- 0.6.2 (latest) — 2012-07-31
- 0.6.1 — 2012-07-24
- 0.6.0 — 2012-06-26
- 0.5.0 — 2012-06-07

## README

Node.js DDP Client v0.6.1
=========================

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

---
_Source: https://npm.io/package/ddpclient · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
