const Gateway = require("attensys-gateway-client");
const server = new Gateway({
host: "localhost:7080"
});
server
.subscribe({
topic: "*/node/**"
})
.on({
message: message => {
console.log(message);
}
});
-
Notifications
You must be signed in to change notification settings - Fork 0
attensys/gateway-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published