0.2.4 • Published 2 years ago
unws v0.2.4
unws 
Unified WebSocket API for Node.js, Bun and modern browsers.
Install
npm i unwsUsage
import { WebSocket } from 'unws'
const ws = new WebSocket('ws://localhost:8080')Unified WebSocket API for Node.js, Bun and modern browsers.
npm i unwsimport { WebSocket } from 'unws'
const ws = new WebSocket('ws://localhost:8080')