1.0.4 • Published 2 months ago

isows v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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