Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrabreu/aspnet.realtimecommunication
https://github.com/gabrielrabreu/aspnet.realtimecommunication
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielrabreu/aspnet.realtimecommunication
- Owner: gabrielrabreu
- License: mit
- Created: 2024-08-22T23:02:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T20:16:38.000Z (3 months ago)
- Last Synced: 2024-08-24T21:27:53.214Z (3 months ago)
- Language: HTML
- Size: 940 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASPNET.RealTimeCommunication
## Introduction
This is a simple global chat application built with ASP.NET Core Razor Pages and SignalR. It allows users to send messages that are broadcasted to all connected users in real-time.## Features
- Global Chat: Sends messages to all connected users.
- Username Input: Users can enter their name and message before sending.
- Real-Time Updates: Messages are displayed in real-time for all connected users.## Technologies Used
- ASP.NET Core
- Razor Pages
- SignalR