AKouki / SignalR-Chat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:JavaScript 77.2%Language:C# 14.3%Language:HTML 5.1%Language:SCSS 1.9%Language:CSS 1.5%