UNPKG
@conduitvc/mosca
Version:
latest (2.8.3-patch.3)
2.8.3
2.8.3-patch.3
2.8.3-patch.2
2.8.3-patch.1
MQTT broker as a module
github.com/mcollina/mosca
mcollina/mosca
@conduitvc/mosca
/
examples
/
mosca-tree
/
thirdConfig.js
10 lines
(8 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
port:
4885
,
backend:
{
type:
"mqtt"
,
port:
4884
,
prefix:
"/t"
} }
;