Skip to content

spfx-dev-ang/SharePoint-Webhooks-Broadcaster

 
 

Repository files navigation

SharePoint-Webhooks-Broadcaster

Node js application that allows to receive, display the webhooks and sending them through Socket.IO, you can easily deploy it on Azure. The index page displays the last 6 webhooks received:

Azure Node JS Web Application

Solution

The solution has been created across Visual Studio and is ready to go on Azure:

Azure Web Application

Dependencies

This solution has the following dependencies:

  • body-parser
  • express
  • moment
  • Socket.io

Deploy the solution

  • clone the repo
  • install missing npm packages
  • publish the solution on Azure

Read my blog post for more details: http://www.delucagiuliano.com/building-a-real-time-news-feed-with-sharepoint-framework-and-webhooks

About

Node js application that allows to display the webhooks and sending them through Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.2%
  • HTML 32.8%