coatsy / wopi-node

Sample WOPI implementation in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wopi-node

Sample WOPI Host implementation in node.js

Introduction

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.

Structure

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

Other Resources

In addition to the excellent TypeScript Node Starter Project and the C# WOPI Host reference implementation PnP-WOPI, I found the following useful

About

Sample WOPI implementation in node.js

License:MIT License


Languages

Language:TypeScript 100.0%