Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zvaehn/polling
- Owner: zvaehn
- Created: 2014-06-13T12:21:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T13:31:23.000Z (over 10 years ago)
- Last Synced: 2023-08-17T09:57:03.857Z (over 1 year ago)
- Language: JavaScript
- Homepage: 51seven.de:8011
- Size: 727 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.