2023-10-26 07:58:37 +03:00
2023-10-25 20:42:51 +03:00
2023-10-25 20:42:51 +03:00
2023-10-25 20:42:51 +03:00
2023-10-25 20:42:51 +03:00
2023-10-25 20:42:51 +03:00
2023-10-26 07:58:37 +03:00
2023-10-26 07:58:37 +03:00
2023-10-26 07:58:37 +03:00
2023-10-25 20:42:51 +03:00
2012-06-04 22:54:10 -07:00
2023-10-26 07:58:37 +03:00

OpenFest Timer

Deployment

Clone to /opt/timer. Put openfest-timer@.service in /etc/systemd/system. Requires NodeJS and npm.

systemctl daemon-reload
npm install
systemctl enable --now openfest-timer@hall-a.service
systemctl enable --now openfest-timer@hall-b.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

Description
An example Node.js, Express.js and Socket.io project showing how to build a stopwatch.
Readme 92 KiB
Languages
JavaScript 61%
CSS 23.7%
EJS 12.9%
Dockerfile 2.4%