WoW Realm Status: AngularJS Edition

February 22, 2014 ยท View on GitHub

This is a version of my JavaScript WoW Realm Status Page implemented using AngularJS instead of Backbone.

Application logic is implemented in CoffeeScript in js/app.coffee and is compiled to JavaScript via the CoffeeScript command-line tool:

coffee -c -b js/app.coffee

Versions of This Application

  • Ruby - source, demo
  • Backbone - source, demo
  • AngularJS - source, demo
  • React - source, demo