This is a Realtime Chatting Application built on the robust .NET MVC framework and Angular. Watch Video
git clone https://github.com/doks-coders/RealTimeApplication
This application allows users to exchange messages seamlessly. It employs SignalR to transmit messages via websockets, facilitating real-time communication. The messages are securely stored in a SQL database using the Entity Framework. Additionally, JWT Authentication is implemented to ensure robust security measures.
-
Real-time Messaging: Enable users to send and receive messages instantly, with updates pushed to all connected clients in real-time using SignalR.
-
User Authentication: Implement user authentication and authorization using Angular and .NET API, allowing users to sign in securely and access the chat platform.
- ASP.NET WebAPI 8.0
- ASP.NET Identity Core
- Riok.Mapperly
- FluentValidator
- ASP.NET WebApi Core with JWT Bearer Authentication
- Full architecture with responsibility separation concerns, SOLID and Clean Code
- Unit of work
- Repository