https://github.com/mcollina/mqtt_and_nodejs
A bespoke.js presentation about MQTT and Node.js
https://github.com/mcollina/mqtt_and_nodejs
Last synced: 3 months ago
JSON representation
A bespoke.js presentation about MQTT and Node.js
- Host: GitHub
- URL: https://github.com/mcollina/mqtt_and_nodejs
- Owner: mcollina
- Created: 2014-01-30T15:49:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T09:12:10.000Z (over 9 years ago)
- Last Synced: 2025-03-28T00:41:43.500Z (3 months ago)
- Language: HTML
- Homepage: http://mcollina.github.io/mqtt_and_nodejs
- Size: 3.94 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MQTT and Node.js
> 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
```