Skip to content
/ timer Public
forked from robdodson/defcon

An example Node.js, Express.js and Socket.io project showing how to build a stopwatch.

Notifications You must be signed in to change notification settings

OpenFest/timer

 
 

Repository files navigation

OpenFest Timer

Deployment

Clone to /opt/timer. Put openfest-timer.service in /etc/systemd/system. Configure the actual rooms in config.js. Requires NodeJS and npm.

systemctl daemon-reload
npm install
systemctl enable --now openfest-timer.service

Based on Defcon

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

About

An example Node.js, Express.js and Socket.io project showing how to build a stopwatch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.0%
  • CSS 32.1%
  • EJS 23.9%