Skip to content

icanci01/SignalRExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignalRExamples

Project Information

This is a project showcasing various use cases and examples using SignalR.

Based on the following Udemy Course:

SignalR - The Complete Guide (with real world examples) created by Bhrugen Patel

Getting Started

  1. Clone this repository to your local machine.
  2. Open the solution in your preferred IDE
  3. Build the solution. In Rider, navigate to Build -> Build Solution.
  4. Set the Debug configuration to run the application using https profile.
  5. Run the solution. This can be done by pressing F5 or choosing Start Debugging from the Run menu.

Prerequisites

Make sure you have the .NET 8.0 SDK installed on your machine.

Usage

Visit https://localhost:7272 in your web browser to view the project.

Contributing

Feel free to fork this project and submit any pull requests!