wslib

0.0.1 • Public • Published

WebSocket Client

Lightweight, thoroughly tested WebSocket client with features like automatic reconnection


npm version build status coverage status

Installation

Install with yarn:

$ yarn add wslib

Or, npm if you prefer:

$ npm install --save wslib

Usage

Import the client and create a new instance:

import { WebSocketClient } from 'wslib';

Documentation

See the full documentation here.

License

MIT License. See LICENSE file for details.

Dependencies (0)

    Dev Dependencies (29)

    Package Sidebar

    Install

    npm i wslib

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    5.02 kB

    Total Files

    9

    Last publish

    Collaborators

    • tylucaskelley