Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doks-coders/chatappupwork
This is the Chat Application For Ayush Aher
https://github.com/doks-coders/chatappupwork
Last synced: about 12 hours ago
JSON representation
This is the Chat Application For Ayush Aher
- Host: GitHub
- URL: https://github.com/doks-coders/chatappupwork
- Owner: doks-coders
- Created: 2024-04-10T10:09:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T12:41:51.000Z (9 months ago)
- Last Synced: 2024-11-13T12:57:27.858Z (2 months ago)
- Language: C#
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)