Deadpan-DDP: Write clients for Meteor's DDP Protocol
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
An initial application state (this includes initial callbacks)
A set of connection parameters
A
Web.DDP.Deadpan.DSL.Deadpan
application
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.
Modules
[Index]
Downloads
- Deadpan-DDP-0.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.0, 0.2.0.1, 0.2.1.1, 0.3.0.1, 0.3.0.2, 0.4.1.0, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.9.1.0, 0.9.3.0, 0.9.4.0, 0.9.5.0, 0.9.6.0 |
---|---|
Change log | changelog.md |
Dependencies | aeson, base (>=4 && <5), base64-bytestring, bytestring, containers, convertible, lens, mtl, network, network-uri, safe, scientific, stm, text, transformers, unordered-containers, vector, websockets [details] |
License | MIT |
Author | Lyndon Maydwell |
Maintainer | maydwell@gmail.com |
Home page | http://github.com/sordina/Deadpan-DDP |
Uploaded | by LyndonMaydwell at 2014-11-25T14:02:17Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | deadpan |
Downloads | 13061 total (47 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |