🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

websocketstream-ponyfill

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocketstream-ponyfill

A ponyfill for the WebSocketStream interface and associated types.

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

WebSocketStream Ponyfill

An implementation of WebSocketStream provided as a ponyfill.

import { WebSocketStream } from 'websocketstream-ponyfill';

const { readable, writable } = await new WebSocketStream('ws://localhost:8080').opened;

readable.pipeTo(writable); // Echoes received messages

License

MIT

Keywords

websocket

FAQs

Package last updated on 23 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts