Skip to content

Instantly share code, notes, and snippets.

@Arvoreniad
Last active August 29, 2015 13:56
Show Gist options
  • Save Arvoreniad/9150050 to your computer and use it in GitHub Desktop.
Save Arvoreniad/9150050 to your computer and use it in GitHub Desktop.
Stack for prospective quiz app

Quirst Stack

Database:
  • Redis: caching, ranking
  • MongoDB: main data store
Server:
  • NodeJS
  • Express
  • Mongoose: MongoDB driver + ODM
  • node-redis: Redis driver
  • Reds: Redis-backed full text search
  • Passport: Authentication (local only)
Client:
  • ComponentJS: package manager
  • RequireJS: programmatic script loader
  • AngularJS: MVC Framework
  • Bootstrap: CSS Framework
  • instantclick: Link speed enhancer
  • shepherd: tutorial helper
  • select2: improved select boxes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment