kowsheek
kowsheek

Reputation: 552

Web Traffic Analytics to Play Nice with ASP.NET MVC, Signalr

For a project I am looking to provide extensive analytics based on web traffic hitting pages generated by the users of the site. Think Wordpress-like and analytics like Google.

I know it's almost reinventing the wheel and I could be using Google Analytics but the project requires the stats collected to be private. I would love to have something like Hummingbird, AWStats comes close. But it's not production ready yet. Writing one from scratch is an option too.

Something like OWA would be perfect as well.

So the question is two part here,

  1. What are some great (if any) tools that can be used to collect and then customize web traffic stats? (Is there one built on Signalr, I would love to see one!)

  2. If I were to write one what would be the starting blocks and data structures?

Upvotes: 1

Views: 1279

Answers (1)

davidfowl
davidfowl

Reputation: 38764

You might want to take a look at http://loggr.net/. It's build with SignalR.

Upvotes: 1

Related Questions