Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doks-coders/realtimeapplication
- Owner: doks-coders
- Created: 2024-03-06T22:09:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T16:17:58.000Z (9 months ago)
- Last Synced: 2024-03-20T00:28:20.826Z (9 months ago)
- Topics: angular, api, csharp, dotnet-core, rest-api, signalr, websockets
- Language: C#
- Homepage: https://youtu.be/ItE3jjQj1Do
- Size: 624 KB
- Stars: 0
- Watchers: 1
- 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)