Sample WOPI Host implementation in node.js
This repository contains an application that integrates with Office Online for viewing/editing Office documents. This type of integration classifies this application as a WOPI host. WOPI (Web Application Open Platform Interface) is a protocol for integrating with Office Online and is documented in detail at https://wopi.readthedocs.org. This sample will illustrate many important patterns and practices for implementing a WOPI host, a number of which are outlined in this readme.
The inspiration for the structure of this sample came from the excellent TypeScript Node Starter Project and the C# WOPI Host reference implementation PnP-WOPI
In addition to the excellent TypeScript Node Starter Project and the C# WOPI Host reference implementation PnP-WOPI, I found the following useful
- TypeScript Documentation
- TypeScript 2 + Express + Node.js - Brian Love
- TypeScript Team Blog
- TypeSearch - Find typescript definition files for lots of js libraries
- ExpressJs Home and documentation