The latest version of Deadpan-DDP is 0.9.6.0-0.

Deadpan-DDP

Version 0.9.3.0 revision 0 uploaded by LyndonMaydwell.

Package meta

Synopsis
Write clients for Meteor's DDP Protocol
Description

The Deadpan-DDP project includes a debugging-tool, as well as a general purpose library.

DDP is the protocol that Meteor speaks between client and server.

The DDP tech-stack is: Websockets -> JSON -> EJson -> Collections -> Subscriptions + RPC.

In order to use the debugging tool, install this package and run deadpan for a usage statement.

In order to use the library, simply import Web.DDP.Deadpan.

The DSL monad is largely based around RPC calls and callbacks. In order to write an application you would call Web.DDP.Deadpan.runClient with

There are several callback-sets provided in Web.DDP.Deadpan, however, if you want to pick in a more granular fashion, look inside Web.DDP.Deadpan.Callbacks.

The connection parameters are the triple (Domain, Port, Path)...

For convenience the function getURI is provided to turn a URI of the form websocket://localhost:3000/websocket into the triple (Right ("localhost", 3000, "websocket"))... or an error (Left "error message").

Refer to the README.md on Github for more information.

Author
Lyndon Maydwell
Bug reports
n/a
Category
n/a
Copyright
n/a
Homepage
http://github.com/sordina/Deadpan-DDP
Maintainer
maydwell@gmail.com
Package URL
n/a
Stability
n/a

Components