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
- Host: GitHub
- URL: https://github.com/msgflo/msgflo-browser
- Owner: msgflo
- Created: 2017-02-10T18:24:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T10:40:58.000Z (about 8 years ago)
- Last Synced: 2024-03-24T05:02:19.484Z (almost 2 years ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msgflo-browser [](https://greenkeeper.io/) [](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