Create serverless applications | Enable automatic updates in a web application using Azure Functions and SignalR Service Flashcards

1
Q

What is a polling-based design?

A

reporting information by fetching changes from the server based on a timer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is CORS?

A

CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is SignalR?

A

SignalR is an abstraction for a series of technologies that allows your app to enjoy two-way communication between the client and server. SignalR handles connection management automatically, and lets you broadcast messages to all connected clients simultaneously, like a chat room. You can also send messages to specific clients. The connection between the client and server is persistent, unlike a classic HTTP connection, which is re-established for each communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly