sxzz / unws

Unified WebSocket API for Node.js, Bun and modern browsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unws npm

Unit Test

Unified WebSocket API for Node.js, Bun and modern browsers.

Install

npm i unws

Usage

import { WebSocket } from 'unws'

const ws = new WebSocket('ws://localhost:8080')

Sponsors

License

MIT License © 2023 三咲智子

About

Unified WebSocket API for Node.js, Bun and modern browsers.

License:MIT License


Languages

Language:JavaScript 87.0%Language:TypeScript 13.0%