An example Node.js, Express.js and Socket.io project showing how to build a stopwatch.
Go to file
Rob Dodson 0db4090d0c Add a readme 2012-06-08 07:14:56 -07:00
models Finalize functionality. 2012-06-08 07:06:54 -07:00
public Finalize functionality. 2012-06-08 07:06:54 -07:00
routes Finalize functionality. 2012-06-08 07:06:54 -07:00
views Finalize functionality. 2012-06-08 07:06:54 -07:00
.gitignore initial commit 2012-06-04 22:45:50 -07:00
Procfile changed web.js to app.js 2012-06-04 22:54:10 -07:00
README.md Add a readme 2012-06-08 07:14:56 -07:00
app.js Finalize functionality. 2012-06-08 07:06:54 -07:00
package.json Finalize functionality. 2012-06-08 07:06:54 -07:00

README.md

Defcon!!!

Defcon is a stopwatch running on Node.js, Express.js, and Socket.io. It is intended to be a good starting point if you're just learning to use web sockets. It currently uses xhr-polling so it is compatible with Heroku.

Who's it for?

I originally wrote Defcon over four blog posts introducing Socket.io and deploying to Heroku. Please checkout the posts on my site, robdodson.me

Part 1 Part 2 Part 3 Part 4