Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielrabreu/aspnet.realtimecommunication


https://github.com/gabrielrabreu/aspnet.realtimecommunication

Last synced: about 4 hours ago
JSON representation

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