mikeebowen / node-wopi-server

A WOPI Server written with Node.js
MIT License
19 stars 4 forks source link

Node.js WOPI Server

This is a sample implementation of the WOPI Protocol written with in TypeScript with Node.js.This is not a complete implementation, but is meant to be a example for implementers to use to get started or for reference.

This server can be validated with the WOPI Validator Core or will work as a live WOPI Server if the computer running the WOPI Server is part of an active directory domain with a server running Office Online Server.

Requirements

Setting Up

Running the Server

To run the server enter npm start from the root of the project. Or if you use VS Code, press f5 to use the debugger.