Watch live visitors using your website.
Copyright (c) 2012 Feross Aboukhadijeh and John Hiesey. All rights reserved. No free software license (for now).
Built in 12 hours for the Stanford ACM Hackathon.
node server.js
Visit http://localhost:4000/admin.html
and http://localhost:4000/sample
.
var cctv = require('./node_modules/cctv')
, http = require('http')
, express = require('express')
, app = express()
, server = http.createServer(app)
cctv.listen(app, server)