Sending information from WCF to JavaScript

To call a WCF service from JavaScript using - AJAX: Call a WCF service using jQuery

My question is:

Is there a way to save something related to JavaScript after a single request,

and then send information from WCF without receiving requests from JS?

(If there is any neat information on this, I would be happy to receive it.)

+4
source share
1 answer

SignalR is a good way to do this,

you can see this in detail in the following question:

Use SignalR for notification from wcf in JS

0
source

Source: https://habr.com/ru/post/1489094/


All Articles