bottlenose
v0.7.0
v0.7.0
  • Overview
  • Contributing
    • Contributing
    • Code of Conduct
    • Creating Operators
    • Creating New Modules
    • Improving the Docs
  • Sources & Sinks
    • rxfs (File System)
      • README
      • Getting Started
      • creators
        • fromFile
      • operators
        • writeFile
        • appendFile
    • rxs3 (AWS S3)
      • README
      • Guides
        • Getting Started
      • operators
        • upload
    • rxsocketio (Socket.io)
      • README
      • Guides
        • Getting Started
        • Example: Hello World
      • creators
        • fromIO
      • operators
        • conduit
    • rxws (WebSocket)
      • README
      • Guides
        • Quick Start
        • Example: Hello World (Express)
      • operators
        • conduit
        • connections
        • disconnections
        • messages
      • HTTP Requests
  • Data Analysis
    • rxnlp (NLP)
      • README
      • Getting Started
      • operators
        • ngram
        • stem
        • tokenize
    • rxstats (Statistics)
      • README
      • Guides
        • Getting Started
        • Warm Starts
      • operators
        • accuracy
        • change
        • countValues
        • dirtyR
        • dirtyZScore
        • f1
        • mean
        • precision
        • recall
        • roundTo
        • stdev
        • throwUnlessNumber
        • variance
    • rxtranscribe (Speech-to-Text)
      • README
      • Getting Started
      • Demo
      • operators
        • transcribe
  • Machine Learning
    • rxsgd (SGD)
      • README
      • Guides
        • Getting Started
      • operators
        • classifier
        • predict
Powered by GitBook
On this page
  • Description
  • Installation
  • Documentation & Guides

Was this helpful?

  1. Sources & Sinks

rxws (WebSocket)

CircleCI License: MIT

Description

@bottlenose/rxws provides a set of of RxJS operators to perform common calculations used in statistics, data analysis, data science, math, finance and machine learning.

Installation

npm

npm i @bottlenose/rxws --save

yarn

yarn add @bottlenose/rxws

Compatability

Platform

Support

node.js (>10.0)

✅

Browsers

✅

React Native

✅

Electron

✅

Documentation & Guides

  • Documentation

  • Getting Started

  • Full list of operators

  • Guides

PreviousconduitNextREADME

Last updated 4 years ago

Was this helpful?