wslib
v0.0.1
Published
Lightweight, thoroughly tested WebSocket client with features like automatic reconnection
Maintainers
Readme
WebSocket Client
Lightweight, thoroughly tested WebSocket client with features like automatic reconnection
Installation
Install with yarn:
$ yarn add wslibOr, npm if you prefer:
$ npm install --save wslibUsage
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.
