Skip to content

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

License

Notifications You must be signed in to change notification settings

computerprince/SignalR-Chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignalR-Chat

A real-time chat application using .NET 5, 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.4%
  • C# 18.5%
  • HTML 4.1%
  • CSS 2.3%
  • SCSS 1.7%