Unified WebSocket API for Node.js, Bun and modern browsers.
npm i unws
import { WebSocket } from 'unws' const ws = new WebSocket('ws://localhost:8080')
MIT License © 2023 三咲智子