Skip to content

This repository contains an ASP.NET SignalR project to setup labs for Cloud Service troubleshooting series

Notifications You must be signed in to change notification settings

prchanda/visitortracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online Visitor Tracker

It is an ASP.NET SignalR project which helps in tracking the visitors of the website. Each visitor gets a unique tracking id which gets displayed on the browser as the visitor moves the mouse pointer. This project is inspired from the code sample discussed in this book - SignalR Programming in Microsoft ASP.NET. It uses websocket transport mechanism for the real-time web functionality. This project is wrapped inside a cloud service solution and is required to setup lab for Cloud Service troubleshooting series.

Please follow the below instructions to setup the lab:

  1. Install Git client for windows. You can download the setup file from here : https://git-scm.com/download/win. Git clone the cloud service solution using the command : git clone https://github.com/prchanda/visitortracker.git.

  2. Publish the solution to Azure using the Visual Studio Publish Azure Application Wizard. You can refer this article if you are not aware as how to publish your cloud service solution to Azure.

About

This repository contains an ASP.NET SignalR project to setup labs for Cloud Service troubleshooting series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published