Skip to content

MuhammadKhizar7/WebChatSignalr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebChatSignalr

ASP.NET Core and SignalR - Real Time Chat Application

Features

  • Private chat `
  • Basic Emojis
  • Chat Rooms

Getting Started

In order to run need dotnet core

  1. Grab the Project
  2. Open Visual Studio as Administrator and load the Solution
  3. Resolve any missing/required nuget package

For WebChatSignalr

  1. Build Database. Open Package Manager Console and run the following commands:
    update-database
  2. That's all... Run the Project!
  3. Run the desktop application: Right-Click -> Debug -> Start new instance