An open API service indexing awesome lists of open source software.

https://github.com/msgflo/msgflo-browser

MsgFlo participants in browser, using MQTT over WebSocket
https://github.com/msgflo/msgflo-browser

Last synced: 7 months ago
JSON representation

MsgFlo participants in browser, using MQTT over WebSocket

Awesome Lists containing this project

README

          

# msgflo-browser [![Greenkeeper badge](https://badges.greenkeeper.io/msgflo/msgflo-browser.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/msgflo/msgflo-browser.svg?branch=master)](https://travis-ci.org/msgflo/msgflo-browser)

Easily create [MsgFlo](https://msgflo.org) participants running in the browser.

## Status
**Experimental**

## Installing

Use NPM

npm install --save msgflo-browser

## Usage

See [examples](./examples)

## Changes

* 0.2.0 (November 28 2017)
- Ported from CoffeeScript to ES6
- Updated infodisplay example to use smoother transitions
- Switched tests from PhantomJS to Chrome Headless