DaleWebb / real-time-poll

Using WebSockets and a ExpressJS server. No database backend, substituted with TaffyDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building a real-time polls application with Node.js, AngularJS and MongoDB TaffyDB

This application allows you to create polls - and enables users to vote on polls, with the results updating in real-time. The app accompanies the IBM developerWorks article Building a real-time application with Node.js, AngularJS and MongoDB.

I have modified the app to work without MongoDB, and instead use TaffyDB - "The JavaScript Database"

The app uses the following libraries and frameworks:

  • Node.js
  • Express
  • Jade templates
  • Mongoose
  • TaffyDB
  • AngularJS
  • Bootstrap 3
  • Socket.io

License

The source code for the app is available under the MIT license, which is found in license.txt in the root of this repository.

About

Using WebSockets and a ExpressJS server. No database backend, substituted with TaffyDB

License:MIT License


Languages

Language:JavaScript 97.7%Language:HTML 2.1%Language:CSS 0.1%Language:Shell 0.0%Language:Batchfile 0.0%