/SignalR-Chat

A real-time chat application using .NET 7, SignalR and Knockout.js

Primary LanguageJavaScriptMIT LicenseMIT

SignalR-Chat

A real-time chat application using .NET 7, SignalR and KnockoutJS.

Live Demo: https://demo2-kouki.azurewebsites.net/

Features

  • Group chat
  • Private chat /private(Name) Hello, how are you?
  • Photo message
  • Basic Emojis
  • Chat Rooms

Getting Started

To run the application:

  1. Grab the Project
  2. Open Visual Studio as Administrator and load the Solution
  3. Resolve any missing/required nuget package
  4. Build Database. Open Package Manager Console and run the following commands:
    update-database
  5. That's all... Run the Project!