0.0.1 • Published 5 years ago

wslib v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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.