Hello,
I am new to the Microsoft world and I would like to write an application to see if a file has been added or changed in Sharepoint.
I have read that you can use the Event Remote Receiver for this. But as far as I understand it, this can only be done as an add-in application.
I would like to send a message(JSON) (RESTestful) to a client (one self-written Python program) when a file has been changed or added.
So I would like to know if this can be solved with ASP.NET Core MVC and if this can be run on a server so that everyone with this client is notified.
I would be very happy about a nice answer, and please don't be so strict with me since I'm a beginner with ASP.NET etc. at the moment (as already mentioned ;-)).
Thanks in advance :-)