I'm looking for a solution for communication with Office products in my web application. I have many clients who want to edit their documents at same the time. I've searched for a solution and I have two choices:
WOPI protocol which requires an Office Web Apps Server which is not a reachable option for me because it requires an expensive and powerful server to be able to serve that many clients. Besides, my web application is Java-based and my servers are running on Linux.
WebDAV protocol. This option seems better but I've heard Chrome and Firefox do not support it because WebDAV requires ActiveX and because of that every client must install a package on their PCs.
Can anyone help me make a correct decision? What is MS-FSSHTTP protocol? Does it meets my needs?