You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pvysmz68u 2adf5d5408
new version
4 months ago
..
_cjs new version 4 months ago
_esm new version 4 months ago
_types new version 4 months ago
CHANGELOG.md new version 4 months ago
LICENSE new version 4 months ago
README.md new version 4 months ago
index.ts new version 4 months ago
native.ts new version 4 months ago
package.json new version 4 months ago
utils.ts new version 4 months ago

README.md

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