UNPKG

webgme-engine

Version:

WebGME server and Client API without a GUI

13 lines (12 loc) 886 B
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/webgme/webgme.svg?branch=master)](https://travis-ci.org/webgme/webgme) [![Version](https://badge.fury.io/js/webgme.svg)](https://www.npmjs.com/package/webgme) [![Downloads](http://img.shields.io/npm/dm/webgme.svg?style=flat)](http://img.shields.io/npm/dm/webgme.svg?style=flat) # Developer documentation The following pages are intended for WebGME users that intend to extend the basic WebGME framework with plugins or user-defined UI pieces. - [Core]{@link Core} - The most important API that holds the key for basic model manipulation and interpretation. - [Client]{@link Client} - The main entrypoint for UI extensions. This is the API that developers use for communication with the core on the client side in the UI.