A lightweight JavaScript client for connecting to the Bipbop WebSocket API. Version 1.1.0 provides a simple interface for real-time communication via WebSockets, focusing on ease of use and compatibility. It has no external dependencies and is distributed as CommonJS. Suitable for Node.js and browser environments with bundling. Compared to raw WebSocket, it offers a tailored API for Bipbop services.
npm install bipbop-websocketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install, connect to a Bipbop WebSocket endpoint, and handle basic events using the CommonJS API.
Create your own type declarations or use a .d.ts file via declare module.
Bundle with a tool that can resolve CommonJS modules.
Run 'npm install bipbop-websocket --save'.
Use a bundler or convert to ES module with import (if available).
No dependency data recorded yet.