comet_messaging in gluon/contrib allow to use tornado and somehow it possible to get the number of connected user if websocket is activated client-side...
Bruno has made a video where he is showing how to use comet_messaging and tornado with web2py. It is not this one, there is an other one, but this one may help : http://vimeo.com/18399381 Ok, think it is this one : http://vimeo.com/38972256 Richard On Mon, Jun 18, 2012 at 6:20 PM, ctrlSoft <[email protected]> wrote: > with page views i understand. but without any analitycs tools, is there a > method to count active/oline visitors not registered users. > i want to display on my page: > > total visits: 01234... > today:01234.. > *online:5* > >

