This repository has been archived on 2026-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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