neoighodaro / ViewDotNet

How to build an online real time counter using .NET and Pusher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build an online real time counter using .NET and Pusher

This is a sample of how to build an online realtime counter using .NET and Pusher.

Get help on Codementor

How to set up project

  • Download and install Visual Studio 2017 from here
  • Clone the repository git clone https://github.com/neoighodaro/ViewDotNet.git into the Visual Studio Project directory usually located in the root user directory or any directory of your choice
  • Start up the Visual Studio IDE
  • Open the ViewDotNet solution by navigating to the ViewDotNet directory (in Projects directory or wherever you cloned it) and selecting the ViewdotNet.sln file
  • When the solution is open in your IDE, run using the ▶ button on the top left of your IDE navigation bar

About

How to build an online real time counter using .NET and Pusher


Languages

Language:C# 99.0%Language:ASP 1.0%