npm.io
0.3.2 • Published 1 year ago

unws

Licence
MIT
Version
0.3.2
Deps
0
Size
4 kB
Vulns
0
Weekly
0
Stars
32
DeprecatedThis package is deprecated

unws npm

Unit Test

Unified WebSocket API for Node.js, Bun and modern browsers.

Install

npm i unws

Usage

import { WebSocket } from 'unws'

const ws = new WebSocket('ws://localhost:8080')

For Node.js v20.10.0 and above, the WebSocket global object is directly accessible without this package. See here.

Sponsors

License

MIT License 2023-PRESENT 三咲智子