A real-time chat application using .NET 7, SignalR and KnockoutJS.
Live Demo: https://demo2-kouki.azurewebsites.net/
- Group chat
- Private chat
/private(Name) Hello, how are you?
- Photo message
- Basic Emojis
- Chat Rooms
To run the application:
- 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!