Page Contents
Note: This page was generated from the
loopback-example-pubsub/README.md.
loopback-example-pubsub
Example app for LoopBack Pub-sub.
See also:
Install
The example requires node
, npm
and mosquitto
.
$ git clone https://github.com/strongloop/loopback-example-pubsub.git
$ cd loopback-example-pubsub
$ npm install
$ gulp # manually exit via ctrl+c here, it is a known issue ATM
$ mosquitto & # run the mosquitto server
$ node server/server.js
The project is generated by LoopBack.