Page Contents

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.


More LoopBack examples