UNPKG

simpleddp-node

Version:

The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments

16 lines (9 loc) 865 B
<p align="center"> <img width="300" height="300" src="https://github.com/Gregivy/simpleddp/raw/master/simpleddp.png"> </p> ### This is a re-implementation of DDPClient and meteor-sdk using corrected TypeScript and node only libraries. Under the hood this is [DDPClient](https://github.com/Gregivy/simpleddp) and [meteor-sdk](https://www.npmjs.com/package/meteor-sdk) also [simpleddp-plugin-login](https://github.com/Gregivy/simpleddp-plugin-login) is integrated but those libraries are out of date and this was brought up to date with the latest typescript and tools. All browser related libraries were swapped out for the default node ones. DDP (protocol) [specification](https://github.com/meteor/meteor/blob/devel/packages/ddp/DDP.md). ## Install `npm install simpleddp-node --save` ## [Documentation](https://gregivy.github.io/simpleddp/simpleDDP.html)