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, ments, remendations will be appreciated.
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, ments, remendations will be appreciated.
Share Improve this question edited Aug 12, 2013 at 11:52 franzlorenzon 5,9436 gold badges37 silver badges58 bronze badges asked Oct 9, 2010 at 4:21 oscarmoscarm 2,6506 gold badges42 silver badges77 bronze badges 01 Answer
Reset to default 7Have a look at:
Hummingbird on node.js.
Where is waldo on node.js
Why Air?