We are working on a SharePoint provider hosted app which is built in Node.js Is it possible to implement a "Remote Event Receiver" in our Node.js app?
Is there any documentation out there I can go through?
Thanks a lot for looking into this.
We are working on a SharePoint provider hosted app which is built in Node.js Is it possible to implement a "Remote Event Receiver" in our Node.js app?
Is there any documentation out there I can go through?
Thanks a lot for looking into this.
A remote event receiver for a SharePoint app is just a URL that points to a web service Create a Remote Event Receiver in Apps for SharePoint and Microsoft has repeatedly stated that provider hosted apps can be implemented in any language with the most common one mentioned being PHP. Since it's possible to create a web service with Node.js -- see How To Write A Simple Node.js/MongoDB Web Service for an iOS App-- it should be possible to implement a remote event receiver with Node.js