UNPKG
pubsubr
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
pub and sub to loopback components
github.com/FengYuHe/pubsubr
FengYuHe/pubsubr
pubsubr
/
example
/
server.js
5 lines
(3 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
const
pubsubr
=
require
(
'../index'
);
const
server
=
new
pubsubr.
server
(
'mqtt://test.mosquitto.org'
); server.
publish
(
'/test/123456789/model/Account/oid/987654321/action/create'
, {
test
:
'abc'
});