sp-dev-fx-webparts/samples/react-real-time/assets/sample.json

92 lines
3.7 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-real-time",
"source": "pnp",
"title": "Real Time News Feed Web Part using Azure Logic Apps, Node.js and socket.io",
"shortDescription": "This sample shows you how to implement real time web parts using the SPFx, Azure Logic Apps, Node.js and socket.io.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-real-time",
"longDescription": [
"This sample shows you how to implement real time web parts using the SPFx, Azure Logic Apps, Node.js and socket.io."
],
"creationDateTime": "2016-11-04",
"updateDateTime": "2016-11-04",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "drop4"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-real-time/assets/animated-demo.gif",
"alt": "Real Time News Feed using Azure Logic Apps, Node.js and socket.io"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-real-time/assets/flow.png?raw=true",
"alt": "Real Time News Feed using Azure Logic Apps, Node.js and socket.io"
},
{
"type": "image",
"order": 102,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-real-time/assets/network-console.png?raw=true",
"alt": "Real Time News Feed using Azure Logic Apps, Node.js and socket.io"
},
{
"type": "image",
"order": 103,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-real-time/assets/service-bus-new-connection.png?raw=true",
"alt": "Real Time News Feed using Azure Logic Apps, Node.js and socket.io"
},
{
"type": "image",
"order": 104,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-real-time/assets/service-bus.png?raw=true",
"alt": "Real Time News Feed using Azure Logic Apps, Node.js and socket.io"
},
{
"type": "image",
"order": 105,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-real-time/assets/solution_overview.png?raw=true",
"alt": "Real Time News Feed using Azure Logic Apps, Node.js and socket.io"
},
{
"type": "image",
"order": 106,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-real-time/assets/spfx-initial.png?raw=true",
"alt": "Real Time News Feed using Azure Logic Apps, Node.js and socket.io"
},
{
"type": "image",
"order": 107,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-real-time/assets/spfx-newitem.png?raw=true",
"alt": "Real Time News Feed using Azure Logic Apps, Node.js and socket.io"
}
],
"authors": [
{
"gitHubAccount": "FranckyC",
"company": "Aequos",
"pictureUrl": "https://github.com/FranckyC.png",
"name": "Franck Cornu"
}
],
"references": [
{
"name": "Build your first SharePoint client-side web part",
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}
]