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

https://github.com/sepppenner/signalrforwpf

SignalRForWPF is an example on how to work with ASP.Net Core SignalR in WPF aplications.
https://github.com/sepppenner/signalrforwpf

Last synced: about 1 year ago
JSON representation

SignalRForWPF is an example on how to work with ASP.Net Core SignalR in WPF aplications.

Awesome Lists containing this project

README

          

SignalRForWPF
====================================

SignalRForWPF is an example on how to work with [ASP.Net Core SignalR](https://docs.microsoft.com/de-de/aspnet/core/signalr/introduction?view=aspnetcore-2.2)
in [WPF](https://docs.microsoft.com/en-us/dotnet/framework/wpf/getting-started/introduction-to-wpf-in-vs) aplications.

[![Build status](https://ci.appveyor.com/api/projects/status/09knyo1qkj6h1s09?svg=true)](https://ci.appveyor.com/project/SeppPenner/signalrforwpf)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/SignalRForWPF.svg)](https://github.com/SeppPenner/SignalRForWPF/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/SignalRForWPF.svg)](https://github.com/SeppPenner/SignalRForWPF/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/SignalRForWPF.svg)](https://github.com/SeppPenner/SignalRForWPF/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/SignalRForWPF/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/SignalRForWPF/badge.svg)](https://snyk.io/test/github/SeppPenner/SignalRForWPF)
[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon&logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/th070795)

## General stuff
* The project `SignalRForWPF.Client` serves as a simple client application for sending messages via the SignalR service.
* The project `SignalRForWPF.Server` provides a SignalR service (and includes a sample website).
* The project `SignalRForWPF.Shared` contains the shared model classes of client and server.

## Additional information
This can be used in [WinForms](https://docs.microsoft.com/en-us/dotnet/framework/winforms/), too.

Change history
--------------

See the [Changelog](https://github.com/SeppPenner/SignalRForWPF/blob/master/Changelog.md).