This is a node.js rewrite of the mildly popular website didgomezscore.com. DGS strives to maintain its position as the leading authority of indicating whether or not Scott Gomez did in fact score last game by leveraging cutting edge technology to deliver the news to the public as quickly as possible.
The goal of this node.js rewrite, personally, is to:
- Learn more about Node.JS and Redis.
- Lessen the load on the server in the event that Gomez takes more than a year to score again.
##Server Prerequisites
##Installation
git clone git@github.com:achan/didgomezscore.git
cd didgomezscore
npm install
node app.js
##Roadmap
The 2.0.0 milestone was to simply port the existing PHP webapp into a node.js webapp. Any plans for new functionality was placed in the 2.1.0 milestone.