🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

skyway-siru-device

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skyway-siru-device

SkyWay IoT SDK room utility for device

0.0.5
latest
Source
npm
Version published
Weekly downloads
2
Maintainers
4
Weekly downloads
 
Created
Source

SiRu device

SkyWay IoT SDK room utility for device

snipet

const siru = new SiRuDevice('myroom')

siru.on('connect', () => {
  siru.subscribe('presence')

  siru.publish('presence', `${siru.myid}: hello world.`)
})

siru.get('/echo/:message', (req, res) => {
  res.send(req.params.message)
})

Install

npm

$ npm install skyway-siru-device

API reference

  • API reference - SiRu device

Copyright. NTT Communications Corporation All Rights Reserved.

FAQs

Package last updated on 11 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts