A Simple Todo App #

Todo app

This app demonstrates how to access a Collection's API using dpd.js.

Download View Source

Useful files #

A Simple Todo App with AngularJS #

Todo app

This app demonstrates how to access a Collection's API using the AngularJS framework.

Download View Source

Useful files #

A Simple Todo App with Backbone.js #

Todo app

This app demonstrates how to access a Collection's API using Backbone.js.

Download View Source

Useful files #

Chatroom #

Todo app

This app demonstrates how to send messages to the client using Sockets when data is updated on the server.

Download View Source

Useful files #

Email Resource Type #

This module demonstrates how to use a Node module such as Nodemailer to make a reusable resource type.

For information on how to use this module in your app, see the Email Resource documentation.

Download View Source

Useful files #

Event Resource Type #

This module demonstrates how to run user-defined Events in your resource. See the Creating Custom Resource Types page for an analysis of the source.

For information on how to use this module in your app, see the Event Resource documentation.

Download View Source

Useful files #

S3 Bucket Resource Type #

This module demonstrates how to receive file uploads in a custom resource type.

For information on how to use this module in your app, see the S3 Bucket Resource documentation.

Download View Source

Useful files #

Microblogging app #

This app demonstrates how to create a microblogging app (similar to Twitter) using User Collections. It also demonstrates how to use dpd.js with AngularJS on the front-end.

The app supports registering, logging in, making posts, and mentioning other users in posts with their @username.

Download View Source

Useful files #

Events:

Front-end:

Simple Login Form #

This app demonstrates how to use the "login", "logout", and "me" functions on a User Collection.

Download View Source

Useful files #