Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/lxjs-mqtt
Slides for the MQTT talk at LXJS
https://github.com/mcollina/lxjs-mqtt
Last synced: 28 days ago
JSON representation
Slides for the MQTT talk at LXJS
- Host: GitHub
- URL: https://github.com/mcollina/lxjs-mqtt
- Owner: mcollina
- License: mit
- Created: 2014-06-15T15:57:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T10:15:41.000Z (over 10 years ago)
- Last Synced: 2024-12-17T15:42:59.053Z (about 1 month ago)
- Language: JavaScript
- Size: 712 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web-Enabling things with MQTT
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ grunt server
```