A real-time chat application using .NET 5, SignalR and KnockoutJS. Available for Web and Desktop
- Group chat
- Private chat
/private(Name) Hello, how are you?
- Photo message
- Basic Emojis
- Chat Rooms
In order to run Desktop application you need first to run Chat.Web project which is the Chat Service
- Grab the Project
- Open Visual Studio as Administrator and load the Solution
- Resolve any missing/required nuget package
- Build Database. Open
Package Manager Console
and run the following commands:
update-database
- That's all... Run the Project!
- Run the desktop application:
Right-Click -> Debug -> Start new instance