Isomorphic WebSocket implementation for Node.js, Bun, Deno, and modern browsers.
npm i isows
pnpm i isows
bun i isows
import { WebSocket } from 'isows'
const ws = new WebSocket('ws://localhost:8080')
MIT License
Isomorphic WebSocket implementation for Node.js, Bun, Deno, React Native, and other modern runtimes.
Isomorphic WebSocket implementation for Node.js, Bun, Deno, and modern browsers.
npm i isows
pnpm i isows
bun i isows
import { WebSocket } from 'isows'
const ws = new WebSocket('ws://localhost:8080')
MIT License
Isomorphic WebSocket implementation for Node.js, Bun, Deno, React Native, and other modern runtimes.
Other