fgheysels / SignalRApi

Simple test program for experimenting with SignalR (Core) in an ASP.NET Core Web API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a simple program for experimenting with SignalR in a ASP.NET Core Web API.

The solution consists of a .NET Core Web API and a .NET Core console application. The Web API exposes a SignalR hub to which the console application connects to.

The console application can request the Id of the SignalR connection that it consumes.

The API has an operation which can be used to push messages via SignalR to all connected clients or to one specific connected client.

About

Simple test program for experimenting with SignalR (Core) in an ASP.NET Core Web API


Languages

Language:C# 100.0%