Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 727 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 727 Bytes

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