Office Web Apps are using ASP.NET SignalR to power real-time co-authoring

Xinyang Qiu

Office Web Apps are now using SignalR as the backend to synchronize changes when two or more people are editing files on SkyDrive or on SharePoint Online.  SignalR enables real time communication among different browsers and native mobile apps to communicate with each other through the backend server.  It is flexible, scalable and offers great performance, demonstrated by its usage in SkyDrive Office Web Apps.

To verify its usage in Office web apps, let’s go to SkyDrive and create a word document.

image_thumb[1]

Log on another computer and edit the same SkyDrive document from any browser. SignalR works cross browser and will auto-select the appropriate real-time transport.

image_thumb[10]

F12 on IE11 to bring up the Developer Tools, go to debugger and search for “SignalR” in the scripts to verify its usage.

image_thumb[12]

Go to http://blogs.office.com/b/office365tech/archive/2013/11/06/collaboration-just-got-easier-real-time-co-authoring-now-available-in-microsoft-office-web-apps.aspx to learn more about Office Web Apps real-time co-authoring.

Go to asp.net/SignalR to learn more about SignalR!

0 comments

Discussion is closed.

Feedback usabilla icon