Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cmbf-device

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmbf-device

CMBF plugin used to communicate with a connected device. Reuse websocket channels and supports offline data caching

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Device Plugin

The device plugin provides a high-level interface to manage data storage on specific devices. Our goal is to propagate useful data on the device to avoid roundtrips and increase application performance. The propagation is controlled by each plugin, based on its needs. The device plugin will manage the connection with the device, through the websocket plugin.

Device Local Storage

Some plugins might want to store and sync data on all devices. This is achieved by sending subscriptions to the device for specific collection subset. When the device is connected, the plugin will make sure that the subscription is in sync and forward any incoming changes (like Meteor DDP).

createSubscription syncSubscription removeSubscription

The query is provided, with certain fields like deviceId, owner, userId being available to scope the collection.

The subscription can be applied to specific devices only by geolocation, by country, language, account level, etc.

FAQs

Package last updated on 11 Mar 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc