This project is meant to be a visualization of live commits to a project or set of projects. Good for codeathon/hackathons/sprints etc.
Using node.js, the server sets up the following:
- Socket connect to communicate with client.
- Post URL (/committed) to handle post requests from GitHub
- Client webpage
On the client side, Javascript handles communication from the server and updates the page accordingly.
This is currently deployable for dotcloud, but could be run in any environment that runs node.js.
- Install node
- Install npm
- Run
npm install - Run:
node server/server.js
This would not be possible without all these great, open source projects: