Skip to content

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

License

Notifications You must be signed in to change notification settings

DaleWebb/real-time-poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages