Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zvaehn/polling

A simple poll tool which supports live result updates.
https://github.com/zvaehn/polling

Last synced: about 1 month ago
JSON representation

A simple poll tool which supports live result updates.

Awesome Lists containing this project

README

        

polling
=======

A simple poll tool which supports live result updates.

#### Demo
[Check out](http://51seven.de:8011 "Live Demo") the live demo.

#### Installing
1. Run `npm install` to install all node modules.
2. Run `mongod` to start MongoDB.
3. Start the app with `npm start`.

You need to install [MongoDB](http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/) and [Node](http://nodejs.org/download/), if you have not already installed them.

Thanks to [verwebbt](http://github.com/verwebbt) for the middleware stuff.