An example Node.js, Express.js and Socket.io project showing how to build a stopwatch.
Go to file
Tocho Tochev 98c7db08b0 Add additional actions and a short timer
Modify to fit the needs of Openfest:
- lecture time of 45 min
- lightning talks time of 5 min
- multiple halls
- more control actions
2022-10-12 22:53:30 +03:00
models Add additional actions and a short timer 2022-10-12 22:53:30 +03:00
public Add additional actions and a short timer 2022-10-12 22:53:30 +03:00
routes Add additional actions and a short timer 2022-10-12 22:53:30 +03:00
views Add additional actions and a short timer 2022-10-12 22:53:30 +03: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 Fix readme styles.. 2012-06-08 07:16:48 -07:00
app.js Add additional actions and a short timer 2022-10-12 22:53:30 +03:00
package.json Finalize functionality. 2012-06-08 07:06:54 -07:00
start.sh Add additional actions and a short timer 2022-10-12 22:53:30 +03: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