A simple pong implementation using Meteor and Canvas.
Follow the installation or update instructions from meteor to get the framework installed on your computer. Clone this repo to your local development environment. From that directory, run:
meteor
You will see something like:
[[[[[ ~/workspace/canvaspong ]]]]]
=> Started proxy.
=> Started MongoDB.
=> Started your app.
=> App running at: http://localhost:3000/
Go to localhost:3000 in your browser. Enjoy!