Files
deployd/docs/examples.md
Ritchie Martori 23cc62fa61 cleaned up docs
2012-09-20 17:38:38 -07:00

1.8 KiB

Example Apps

These demo apps are just a taste of what you can do with Deployd. Browse their source code to see how they work.

Poll Demo

Poll Demo

A simple survey app. You can vote in it and change your response, and other users will see the bar graph update immediately. Download the source to see how to aggregate data in real time.

View Online Download Source

Users Demo

Users Demo

A simple messaging app. Register, login in, and post messages for other users to see. Download the source to see how to simply add user authentication to your app.

View Online Download Source

Trivia Demo

Trivia Demo

A multiple-choice trivia game. See how much you know about JavaScript, and how much everybody else knows! Download the source to see how to add secure gamification to your app.

Note: There's only three questions right now! Help us out by posting your favorite JavaScript quirks on the community page

View Online Download Source