isows

Isomorphic WebSocket

MIT 43 个版本
安装
npm install isows
yarn add isows
pnpm add isows
bun add isows
README

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