简体   繁体   English

是否可以在Node.js中实现SharePoint 2013远程事件接收器?

[英]Is it possible to implement a SharePoint 2013 Remote Event Receiver in Node.js?

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? 我们正在开发由Node.js内置的SharePoint提供程序托管的应用程序,是否可以在我们的Node.js应用程序中实现“远程事件接收器”?

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. SharePoint应用程序的远程事件接收器只是指向Web服务的URL。 在Apps for SharePoint中创建远程事件接收器 ,Microsoft反复声明,可以使用任何语言来实现提供商托管的应用程序,其中最常见的一种是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 由于可以使用Node.js创建Web服务-请参阅如何为iOS App编写简单的Node.js / MongoDB Web服务 -应该可以使用Node.js实现远程事件接收器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM