Package Exports
- unws
- unws/package.json
Readme
unws 
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')
Unified WebSocket API for Node.js, Bun and modern browsers.
Unified WebSocket API for Node.js, Bun and modern browsers.
npm i unws
import { WebSocket } from 'unws'
const ws = new WebSocket('ws://localhost:8080')