Question

I want to develop an application that allows me to track website visitors. I'm exploring node.js now as an alternative for this. This system will have 3 parts:

  1. Server side script, probably a node.js server.
  2. Air application would be the client. It will connect to the node.js server and display the users online.
  3. Javascript code, the tracking code that will be on each page of the site.

Has someone experimented with something like this? Any ideas, comments, recommendations will be appreciated.

Was it helpful?

Solution

Have a look at:

Why Air?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top