Intro and Setup - HoldenMorris/WebBeacon GitHub Wiki

The basic idea is to serve a small image and time how long the client downloads it.

To run it make sure you have:

webbug.js

  • Mongo installed and running listening on localhost:27017
  • We also need mongojs: npm install mongojs

Now run node webbug.js you should see it waiting for a connection on localhost:8080 And Open file://webbug.html in a webbrowser