Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (17 loc) · 1.09 KB

SignalRDotNet6Server


Introduction

SignalR C/S Demo based on .Net 6.0, including WPF server, Web server, WPF client project code;

It can help you build SignalR C/S project fastly and easily;

Especially it is very suitable for the rapid construction and deployment of LAN communication;

Notice:

  1. The WPF server does not support Win7 and below systems and will report a Dll error

Fast Practice

You can run project SignalRDotNet31WPFServer|SignalRDotNet6WebServer|SignalRDotNet6WPFServer one of it to build SignalR Server.

You need to modify appsettings.json-"Urls" Value to change SignalR server Url.

Last you should run WPFCoreSignalRClient Project,and also you should change the project appsettings.json-"UserSettings"-"Urls",it needs to be consistent the server urls.

If your configuration is correct,the UI will show connect count>0.

signalR