T
T
trauus2018-10-31 16:11:37
ASP.NET
trauus, 2018-10-31 16:11:37

How to initiate sending commands from the server in C#.NET?

There is a desktop application in C # .NET, it periodically accesses the server and collects data. The server side is written in ASP.NET Core.
Are there ready-made libraries that allow you to get rid of polling and receive data from the server asynchronously, as they appear on the server?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
asdz, 2018-11-07
@trauus

No pooling or libraries needed, just regular server side events .

N
netrox, 2018-10-31
@netrox

Dig towards SignalR

A
Alexander Yudakov, 2018-11-01
@AlexanderYudakov

Regular Long Poll.
And you don't need any libraries.
PubSub_longpoll.jpg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question