Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doks-coders/realtimeapplication

Development of Chat App using Angular, .NET Core API and SignalR
https://github.com/doks-coders/realtimeapplication

angular api csharp dotnet-core rest-api signalr websockets

Last synced: about 1 month ago
JSON representation

Development of Chat App using Angular, .NET Core API and SignalR

Awesome Lists containing this project

README

        

# Realtime Chat

This is a Realtime Chatting Application built on the robust .NET MVC framework and Angular.
[Watch Video](https://youtu.be/ItE3jjQj1Do)

## Installation

```shell
git clone https://github.com/doks-coders/RealTimeApplication
```
## About
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.

## Features
- 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.

## Technologies Implemented
- ASP.NET WebAPI 8.0
- ASP.NET Identity Core
- Riok.Mapperly
- FluentValidator
- ASP.NET WebApi Core with JWT Bearer Authentication

## Architecture
- Full architecture with responsibility separation concerns, SOLID and Clean Code
- Unit of work
- Repository

## Model Design
[![Medical Platform](https://firebasestorage.googleapis.com/v0/b/blogs-1c218.appspot.com/o/Screenshot%20(799).png?alt=media&token=3caffe54-c825-4d0a-8adb-a8f637e52628)](https://firebasestorage.googleapis.com/v0/b/blogs-1c218.appspot.com/o/Screenshot%20(799).png?alt=media&token=3caffe54-c825-4d0a-8adb-a8f637e52628)