Unified WebSocket API for Node.js, Bun and modern browsers.
npm i unws
import { WebSocket } from 'unws'
const ws = new WebSocket('ws://localhost:8080')
[!TIP] For Node.js v20.10.0 and above, the
WebSocket
global object is directly accessible without this package. See here.