Skip to content
/ isows Public

Isomorphic WebSocket implementation for Node.js, Bun, Deno, React Native, and other modern runtimes.

License

Notifications You must be signed in to change notification settings

wevm/isows

Repository files navigation

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