All Projects → feross → cctv.js

feross / cctv.js

Licence: other
Watch live visitors using your website.

Programming Languages

javascript
184084 projects - #8 most used programming language

CCTV.js

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.

Usage

Run as standalone demo

node server.js

Visit http://localhost:4000/admin.html and http://localhost:4000/sample.

Integrate into a node app as a module

var cctv = require('./node_modules/cctv')
  , http = require('http')
  , express = require('express')
  , app = express()
  , server = http.createServer(app)

cctv.listen(app, server)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].