New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iopa-common-stream

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iopa-common-stream

iopa-common-stream is a core utility library to create iopa.Body streams

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

IOPA
iopa-common-stream

Build Status IOPA limerun

NPM

About

iopa-common-stream is is a core utility library to create iopa.Body streams

Written in plain javascript for maximum portability to constrained devices

Status

Working prototype

Includes:

IOPA Stream (reference classes)

  • Base framework to write your own IoPA server (e.g., MQTT over TCP)

Installation

npm install iopa-common-stream

Usage

const iopaStream = require('iopa-common-stream');
    
const OutgoingNoPayloadStream = iopaStream.OutgoingNoPayloadStream;
    , IncomingMessageStream = iopaStream.IncomingMessageStream
    , OutgoingStream = iopaStream.OutgoingStream
    , OutgoingStreamTransform = iopaStream.OutgoingStreamTransform
    , OutgoingNoPayloadStream = iopaStream.OutgoingNoPayloadStream
    , EmptyStream = iopaStream.EmptyStream
    , BufferStream = iopaStream.BufferStream;

See iopa-mqtt for a reference implementation of this package

Keywords

limerun

FAQs

Package last updated on 05 Jul 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