0.0.0-main.20231008T071851 • Published 2 years ago

isows v0.0.0-main.20231008T071851

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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