UNPKG

lisa-api

Version:

Lisa Javascript XMPP Library =============

18 lines (12 loc) 812 B
Lisa Javascript XMPP Library - Examples ============= Overview --------- This directory contains some examples for the Lisa Javascript XMPP library. Each example lives in its own directory. the lib/ directory hosts some libraries that are used by most or all examples. Examples --------- * wallboard - Example of a full-fledged wallboard, based on the library. Good to built into (or use as) dashboards and dashboard-like applications. * simple - A minimal example of a client that logs-on, listens for changes on the data-model, and outputs changed models to the browser debugging console. Good starting point for getting to know the library. * simple-browserify - The 'simple' example in a gulp/browserify project. 'gulp' build the project into dist/. This example can be used as a template for projects.