ouzdev / signalr-sample

In a .NET 8 Minimal API example using SignalR, the server-side simulation of sending notifications to all connected clients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignalR Sample With Server & Client

.NET CodeQL

This project comprises a SignalR Server utilizing .NET 8 Minimal API and incorporating JWT (JSON Web Token) authentication for security.

Server Project

This project is a simple SignalR Server that accepts a message from a client and broadcasts it to all connected clients.

Requirements

  • .NET 8

Client Project

This project is a simple console application that connects to the SignalR Server and sends a message to the server.

Requirements

  • .NET 8

About

In a .NET 8 Minimal API example using SignalR, the server-side simulation of sending notifications to all connected clients.


Languages

Language:C# 96.7%Language:Dockerfile 3.3%