Changing SharPoint into SharePoint

This commit is contained in:
Paul Willen 2019-11-19 11:17:54 +01:00
parent a8f951d7a5
commit 4216897b79
1 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@ Here is the solution overview:
</p>
1. The SPFx Web Part first connects to the Azure web application via socket.io and subscribes to events (the web application have to be in https and allow cross domain calls (CORS)).
2. An Azure logic app is used to catch new item creation events in the SharPoint list.
2. An Azure logic app is used to catch new item creation events in the SharePoint list.
3. When an item is added, the flow sends its id to an Azure service bus queue using JSON format.
4. A Node.js Azure web application listens to the queue and check for new messages every 5 ms.
5. When a new message is available, the web application emits the data to all subscribers via socket.io.