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:
- Server side script, probably a node.js server.
- Air application would be the client. It will connect to the node.js server and display the users online.
- 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.
Have a look at:
Hummingbird on node.js.
Where is waldo on node.js
Why Air?