Files
Webklar.com/node_modules/isows
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00
..
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00
2025-11-24 18:09:40 +01:00

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