/SignalR-Chat

A real-time chat application using ASP.NET Core 3.1 SignalR and Knockout.js, for Web, Desktop and Mobile

Primary LanguageJavaScriptMIT LicenseMIT

SignalR-Chat

A real-time chat application using ASP.NET Core 3.1 SignalR and KnockoutJS. Available for Web and Desktop

Features

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

Getting Started

In order to run Desktop application you need first to run Chat.Web project which is the Chat Service

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

For Chat.Web

  1. Build Database. Open Package Manager Console and run the following commands:
    update-database
  2. That's all... Run the Project!

For Chat.Desktop

  1. Run the desktop application: Right-Click -> Debug -> Start new instance