strongloop-community / loopback-example-pubsub

Example of using strong-pubsub with LoopBack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of using strong-pubsub with LoopBack

License:Other


Languages

Language:JavaScript 99.4%Language:HTML 0.4%Language:CSS 0.2%