Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 416 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 416 Bytes

isows

Isomorphic WebSocket implementation for Node.js, Bun, Deno, and modern browsers.

Install

npm i isows
pnpm i isows
bun i isows

Usage

import { WebSocket } from 'isows'

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

Authors

License

MIT License