@droplit/websocket-sdkdeprecated

Enable real-time notifications from the droplit.io cloud!

Usage no npm install needed!

<script type="module">
  import droplitWebsocketSdk from 'https://cdn.skypack.dev/@droplit/websocket-sdk';
</script>

README

Droplit.io Websocket SDK

Enable real-time notifications in your NodeJS or web app!

The droplit.io WebSocket SDK provides your NodeJS or web application with real-time device state change notifications. You can use this SDK to have your application UI update as devices change state.

Checkout droplit.io.

To install: npm install @droplit/websocket-sdk

Servers

We don't recommend using this SDK for server applications. If you are looking to get server notifications, consider using our Webhooks.

About

This sdk is built on universal-ws, an Open-Source Droplit Labs project.